youtube extension

My Chrome Extension

youtube extension là gì?

youtube extension là một tiện ích mở rộng Chrome được phát triển bởi Bawn, và tính năng chính của nó là "My Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng youtube extension

Tải xuống các tệp mở rộng youtube extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên youtube extension youtube extension
ID fmnofhlebmngahphomblaegaocmmligb
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-extension/fmnofhlebmngahphomblaegaocmmligb
Mô tả My Chrome Extension
Kích Thước Tệp 24.94 MB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-03-30
Ngày Phát Hành 2016-03-30
Nhà Phát Triển Bawn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}