Yet another autoplay blocker

Pause videos until you click on them.

Vad är Yet another autoplay blocker?

Yet another autoplay blocker är en Chrome-tillägg utvecklad av omegacentaurisoftware, och dess huvudfunktion är "Pause videos until you click on them.".

Tilläggsskärmbilder

screenshot

Ladda ner Yet another autoplay blocker-förlängningens CRX-fil

Ladda ner Yet another autoplay blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Block autoplay in videos. No options.                    

Grundläggande Information om Tillägg

Namn Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
Officiell webbadress https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
Beskrivning Pause videos until you click on them.
Filstorlek 6.79 KB
Antal Installationer 1,053
Aktuell Version 0.0.3
Senast Uppdaterad 2018-10-01
Publiceringsdatum 2018-09-30
Betyg 3.84/5 Totalt 25 Betyg
Utvecklare omegacentaurisoftware
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/arpruss/blockautoplay
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}