youtube extension

My Chrome Extension

youtube extensionคืออะไร?

youtube extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bawn และคุณลักษณะหลักของมันคือ "My Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย youtube extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}