Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Cos'è Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists è un'estensione di Chrome sviluppata da https://youtube-extensions.gonguet.com, e la sua funzione principale è "Easily check your added playlists for new videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Subscribe to YouTube Playlists
Scarica i file di estensione Subscribe to YouTube Playlists in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A tool to check if there are new videos in the playlists you added to your library.
Now with a subscriptions-like feed! Informazioni di Base sull'Estensione
| Nome | |
| ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
| URL Ufficiale | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
| Descrizione | Easily check your added playlists for new videos. |
| Dimensione del File | 158 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 1.3.1 |
| Ultimo Aggiornamento | 2023-06-18 |
| Data di Pubblicazione | 2022-10-06 |
| Valutazione | 3.33/5 Totale 3 Valutazioni |
| Sviluppatore | https://youtube-extensions.gonguet.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://youtube-extensions.gonguet.com/ |
| Lingue Supportate | 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\/*"
]
}
]
} | |