Youtube™ YES!

STOP ASKING! I'm here!

Youtube™ YES!คืออะไร?

Youtube™ YES! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย katopz และคุณลักษณะหลักของมันคือ "STOP ASKING! I'm here!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube™ YES!

ดาวน์โหลดไฟล์ส่วนขยาย Youtube™ YES! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        YOUTUBE STOP ASKING! I'm here!
It's working on my machine, but if is not on yours... be a man and start coding!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube™ YES! Youtube™ YES!
ID blfiejjphamjahkpopflmmcidekiiele
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-yes/blfiejjphamjahkpopflmmcidekiiele
คำอธิบาย STOP ASKING! I'm here!
ขนาดไฟล์ 9.08 KB
จำนวนการติดตั้ง 180
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-08-03
วันที่เผยแพร่ 2019-10-30
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา katopz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube\u2122 YES!",
    "version": "1.1",
    "description": "STOP ASKING! I'm here!",
    "icons": {
        "128": "duck-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "manifest_version": 2
}