YouTube View Stats
Enable percentage likes/votes of youtube videos.
Wat is YouTube View Stats?
YouTube View Stats is een Chrome-extensie ontwikkeld door system.unplugged, en de belangrijkste functie is "Enable percentage likes/votes of youtube videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube View Stats
Download YouTube View Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | fpgiidekjpkheojggfjnilekmgklfdkb |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb |
Beschrijving | Enable percentage likes/votes of youtube videos. |
Bestandsgrootte | 48.02 KB |
Aantal Installaties | 598 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-04-07 |
Publicatiedatum | 2017-04-07 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | system.unplugged |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |