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
官方網址 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
電子郵箱 [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"
    }
}