youtube extension

My Chrome Extension

What is youtube extension?

youtube extension is a Chrome extension developed by Bawn, and its main feature is "My Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download youtube extension Extension CRX File

Download youtube extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name youtube extension youtube extension
ID fmnofhlebmngahphomblaegaocmmligb
Official URL https://chrome.google.com/webstore/detail/youtube-extension/fmnofhlebmngahphomblaegaocmmligb
Description My Chrome Extension
File Size 24.94 MB
Installation Count 176
Current Version 0.1.0
Last Updated 2016-03-30
Publish Date 2016-03-30
Developer Bawn
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}