Disable HTML5 Autoplay

Disables autoplay of all HTML5 audio and video

Disable HTML5 Autoplay क्या है?

Disable HTML5 Autoplay Eloston द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables autoplay of all HTML5 audio and video"।

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

screenshot

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

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

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

                        THIS EXTENSION IS CURRENTLY UNMAINTAINED; Please see GitHub for the latest news: https://github.com/Eloston/disable-html5-autoplay/blob/master/README.md

======================

Disable HTML5 Autoplay disables HTML5 audio and video autoplaying.

In addition to removing the HTML autoplay attribute from media elements, Disable HTML5 Autoplay also hooks into the media's JavaScript API. This allows for restrictions on media control and simulation of expected behavior to ensure that all pages behave normally.

Head over to the wiki for documentation, support info, and more: https://github.com/Eloston/disable-html5-autoplay/wiki

LINKS:
GitHub Page:  https://github.com/Eloston/disable-html5-autoplay
Changelog: https://github.com/Eloston/disable-html5-autoplay/releases
Issue Tracker: https://github.com/Eloston/disable-html5-autoplay/issues                    

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

नाम Disable HTML5 Autoplay Disable HTML5 Autoplay
ID efdhoaajjjgckpbkoglidkeendpkolai
आधिकारिक URL https://chromewebstore.google.com/detail/disable-html5-autoplay/efdhoaajjjgckpbkoglidkeendpkolai
विवरण Disables autoplay of all HTML5 audio and video
फ़ाइल का आकार 26.52 KB
स्थापना संख्या 206,216
वर्तमान संस्करण 0.6.2
अंतिम अपडेट 2017-09-26
प्रकाशन तिथि 2017-09-26
रेटिंग 3.42/5 कुल 1037 रेटिंग्स
डेवलपर Eloston
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
सहायता पृष्ठ URL https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disable HTML5 Autoplay",
    "short_name": "DisableAutoplay",
    "description": "Disables autoplay of all HTML5 audio and video",
    "version": "0.6.2",
    "author": "Eloston",
    "homepage_url": "https:\/\/github.com\/Eloston\/disable-html5-autoplay\/",
    "minimum_chrome_version": "44.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/dormant_19.png",
            "38": "images\/dormant_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "webNavigation",
        "",
        "storage",
        "unlimitedStorage"
    ]
}