YouTube View Stats
Enable percentage likes/votes of youtube videos.
Cos'è YouTube View Stats?
YouTube View Stats è un'estensione di Chrome sviluppata da system.unplugged, e la sua funzione principale è "Enable percentage likes/votes of youtube videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube View Stats
Scarica i file di estensione YouTube View Stats 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
Informazioni di Base sull'Estensione
Nome | |
ID | fpgiidekjpkheojggfjnilekmgklfdkb |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb |
Descrizione | Enable percentage likes/votes of youtube videos. |
Dimensione del File | 48.02 KB |
Conteggio Installazioni | 598 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-04-07 |
Data di Pubblicazione | 2017-04-07 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | system.unplugged |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube View Stats", "version": "0.0.1", "description": "Enable percentage likes\/votes of youtube videos.", "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon16.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |