Disney Plus Helper

Add spacebar pause and play to Disney Plus

Disney Plus Helper क्या है?

Disney Plus Helper disneyhelper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add spacebar pause and play to Disney Plus"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Disney Plus Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}