youtube extension

My Chrome Extension

youtube extensionとは何ですか?

youtube extensionはBawnによって開発されたChromeの拡張機能で、その主な機能は「My Chrome Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

youtube extension拡張機能のCRXファイルをダウンロード

youtube extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 youtube extension youtube extension
ID fmnofhlebmngahphomblaegaocmmligb
公式URL https://chrome.google.com/webstore/detail/youtube-extension/fmnofhlebmngahphomblaegaocmmligb
説明 My Chrome Extension
ファイルサイズ 24.94 MB
インストール数 176
現在のバージョン 0.1.0
最終更新日 2016-03-30
公開日 2016-03-30
開発者 Bawn
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}