Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Vad är Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists är en Chrome-tillägg utvecklad av https://youtube-extensions.gonguet.com, och dess huvudfunktion är "Easily check your added playlists for new videos.".
Tilläggsskärmbilder
Ladda ner Subscribe to YouTube Playlists-förlängningens CRX-fil
Ladda ner Subscribe to YouTube Playlists-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A tool to check if there are new videos in the playlists you added to your library.
Now with a subscriptions-like feed! Grundläggande Information om Tillägg
| Namn | |
| ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
| Officiell webbadress | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
| Beskrivning | Easily check your added playlists for new videos. |
| Filstorlek | 158 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.3.1 |
| Senast Uppdaterad | 2023-06-18 |
| Publiceringsdatum | 2022-10-06 |
| Betyg | 3.33/5 Totalt 3 Betyg |
| Utvecklare | https://youtube-extensions.gonguet.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://youtube-extensions.gonguet.com/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.3.1",
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"scripts\/loader.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/index.mjs",
"scripts\/loader.js",
"scripts\/ui.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
]
} | |