youtube extension

My Chrome Extension

Qu'est-ce que youtube extension ?

youtube extension est une extension Chrome développée par Bawn, et sa fonction principale est "My Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension youtube extension

Téléchargez les fichiers d'extension youtube extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom youtube extension youtube extension
ID fmnofhlebmngahphomblaegaocmmligb
URL Officiel https://chrome.google.com/webstore/detail/youtube-extension/fmnofhlebmngahphomblaegaocmmligb
Description My Chrome Extension
Taille du Fichier 24.94 MB
Nombre d'Installations 176
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-03-30
Date de Publication 2016-03-30
Développeur Bawn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}