Yet another autoplay blocker

Pause videos until you click on them.

Yet another autoplay blocker क्या है?

Yet another autoplay blocker omegacentaurisoftware द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pause videos until you click on them."।

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

screenshot

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

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

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

                        Block autoplay in videos. No options.                    

एक्सटेंशन की मूल जानकारी

नाम Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
आधिकारिक URL https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
विवरण Pause videos until you click on them.
फ़ाइल का आकार 6.79 KB
स्थापना संख्या 1,053
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2018-10-01
प्रकाशन तिथि 2018-09-30
रेटिंग 3.84/5 कुल 25 रेटिंग्स
डेवलपर omegacentaurisoftware
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arpruss/blockautoplay
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet another autoplay blocker",
    "version": "0.0.3",
    "description": "Pause videos until you click on them.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}