YouTube viewer
Keep tracking your favorite youtube channels with less hassle
Cos'è YouTube viewer?
YouTube viewer è un'estensione di Chrome sviluppata da AXeL-dev, e la sua funzione principale è "Keep tracking your favorite youtube channels with less hassle".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube viewer
Scarica i file di estensione YouTube viewer 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
YouTube channels tracking made easy
Informazioni di Base sull'Estensione
Nome | |
ID | lmcpajkgakbmgbjfmgomhpmmpfaadpdp |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-viewer/lmcpajkgakbmgbjfmgomhpmmpfaadpdp |
Descrizione | Keep tracking your favorite youtube channels with less hassle |
Dimensione del File | 1.65 MB |
Conteggio Installazioni | 139 |
Versione Corrente | 1.4.5 |
Ultimo Aggiornamento | 2022-11-12 |
Data di Pubblicazione | 2021-10-02 |
Sviluppatore | AXeL-dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AXeL-dev/youtube-viewer |
URL della Pagina di Aiuto | https://github.com/AXeL-dev/youtube-viewer/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.4.5", "default_locale": "en", "description": "__MSG_extensionDesc__", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "web_accessible_resources": [ "icons\/*.png", "listener.js" ], "browser_action": { "default_icon": "icons\/128.png" }, "options_ui": { "page": "index.html#settings", "open_in_tab": true }, "background": { "page": "index.html#background" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "static\/js\/browser-polyfill.min.js", "content.js" ] } ], "author": "AXeL-dev", "homepage_url": "https:\/\/github.com\/AXeL-dev\/youtube-viewer", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com", "permissions": [ "storage", "notifications", "tabs", "contextMenus" ] } |