Disney Plus Helper

Add spacebar pause and play to Disney Plus

Disney Plus Helperคืออะไร?

Disney Plus Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย disneyhelper และคุณลักษณะหลักของมันคือ "Add spacebar pause and play to Disney Plus"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disney Plus Helper

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

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

                        Add spacebar pause and play to Disney Plus.

Disney is a small company with limited resources to do complex procedures such as a spacebar listener, so thought I'd help them out.

Literally all it does is detects a spacebar event on your browser when you're on disneyplus,com and plays / pauses. No tracking, no other listening or cookies or whatever.                    

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

ชื่อ Disney Plus Helper Disney Plus Helper
ID kajgdbpkkikejkaefnmnihalgngmlpkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk
คำอธิบาย Add spacebar pause and play to Disney Plus
ขนาดไฟล์ 19.13 KB
จำนวนการติดตั้ง 661
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-09-22
วันที่เผยแพร่ 2020-09-01
คะแนน 3.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา disneyhelper
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney Plus Helper",
    "version": "1.2",
    "description": "Add spacebar pause and play to Disney Plus",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "css": [
                "myStyles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/disney-helper-16.png",
        "32": "images\/disney-helper-32.png",
        "48": "images\/disney-helper-48.png",
        "128": "images\/disney-helper-128.png"
    },
    "manifest_version": 2
}