youtube extension
My Chrome Extension
Wat is youtube extension?
youtube extension is een Chrome-extensie ontwikkeld door Bawn, en de belangrijkste functie is "My Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie youtube extension
Download youtube extension-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
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.
Basisinformatie over de Extensie
Naam | |
ID | fmnofhlebmngahphomblaegaocmmligb |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-extension/fmnofhlebmngahphomblaegaocmmligb |
Beschrijving | My Chrome Extension |
Bestandsgrootte | 24.94 MB |
Aantal Installaties | 176 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-03-30 |
Publicatiedatum | 2016-03-30 |
Ontwikkelaar | Bawn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |