Youtube subscriptions
Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
Cos'è Youtube subscriptions?
Youtube subscriptions è un'estensione di Chrome sviluppata da REKORD, e la sua funzione principale è "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube subscriptions
Scarica i file di estensione Youtube subscriptions 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
The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.
Informazioni di Base sull'Estensione
Nome | Youtube subscriptions |
ID | bddhdhnlblfihpgogfinakagjkkcgnai |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai |
Descrizione | Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube |
Dimensione del File | 13.78 KB |
Conteggio Installazioni | 1,928 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2021-02-15 |
Data di Pubblicazione | 2019-03-14 |
Valutazione | 2.82/5 Totale 11 Valutazioni |
Sviluppatore | REKORD |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube", "icons": { "128": "icons\/logo.png" }, "manifest_version": 2, "name": "Youtube subscriptions", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |