youtube extension
My Chrome Extension
Cos'è youtube extension?
youtube extension è un'estensione di Chrome sviluppata da Bawn, e la sua funzione principale è "My Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione youtube extension
Scarica i file di estensione youtube extension 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
Ever wanted to know what your most viewed video on youtube was? Your top channel? How many hours you spent on the platform in total? The youtube history analyzer tools allows you to do all of this and more.
Informazioni di Base sull'Estensione
Nome | |
ID | fmnofhlebmngahphomblaegaocmmligb |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-extension/fmnofhlebmngahphomblaegaocmmligb |
Descrizione | My Chrome Extension |
Dimensione del File | 24.94 MB |
Conteggio Installazioni | 176 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2016-03-30 |
Data di Pubblicazione | 2016-03-30 |
Sviluppatore | Bawn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "background", "tabs", "storage", "webNavigation", "webRequest", "*:\/\/*.google.com\/" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Youtube History Analyzer", "default_popup": "popup.html", "short_name": "History Analyzer" } } |