mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 04:27:15 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2fa853f2c | ||
|
|
ccc879bd56 | ||
|
|
46db01e734 | ||
|
|
463cad4634 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_fullName__",
|
"name": "__MSG_fullName__",
|
||||||
"short_name": "SponsorBlock",
|
"short_name": "SponsorBlock",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0.1",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_Description__",
|
"description": "__MSG_Description__",
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
|
|||||||
@@ -354,7 +354,8 @@
|
|||||||
"message": "Support 3rd Party YouTube-Sites"
|
"message": "Support 3rd Party YouTube-Sites"
|
||||||
},
|
},
|
||||||
"supportOtherSitesDescription": {
|
"supportOtherSitesDescription": {
|
||||||
"message": "Support third party party YouTube clients. To enable support, you must accept the extra permissions. This does NOT work in incognito on Chrome and other Chromium variants."
|
"message": "Support third party YouTube clients. To enable support, you must accept the extra permissions. This does NOT work in incognito on Chrome and other Chromium variants.",
|
||||||
|
"description": "This replaces the 'supports Invidious' option because it now works on other YouTube sites such as Cloudtube"
|
||||||
},
|
},
|
||||||
"supportedSites": {
|
"supportedSites": {
|
||||||
"message": "Supported Sites: "
|
"message": "Supported Sites: "
|
||||||
@@ -522,9 +523,6 @@
|
|||||||
"category_preview_description": {
|
"category_preview_description": {
|
||||||
"message": "Quick recap of previous episodes, or a preview of what's coming up later in the current video. Meant for edited together clips, not for spoken summaries."
|
"message": "Quick recap of previous episodes, or a preview of what's coming up later in the current video. Meant for edited together clips, not for spoken summaries."
|
||||||
},
|
},
|
||||||
"category_preview_short": {
|
|
||||||
"message": "Preview"
|
|
||||||
},
|
|
||||||
"category_music_offtopic": {
|
"category_music_offtopic": {
|
||||||
"message": "Music: Non-Music Section"
|
"message": "Music: Non-Music Section"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -227,11 +227,11 @@ const Config: SBObject = {
|
|||||||
opacity: "0.7"
|
opacity: "0.7"
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
color: "#0b9d65",
|
color: "#008fd6",
|
||||||
opacity: "0.7"
|
opacity: "0.7"
|
||||||
},
|
},
|
||||||
"preview-preview": {
|
"preview-preview": {
|
||||||
color: "#065b3a",
|
color: "#005799",
|
||||||
opacity: "0.7"
|
opacity: "0.7"
|
||||||
},
|
},
|
||||||
"music_offtopic": {
|
"music_offtopic": {
|
||||||
|
|||||||
Reference in New Issue
Block a user