Autoplay No More

Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.

Hvad er Autoplay No More?

Autoplay No More er en Chrome-udvidelse udviklet af https://www.kiboke-studio.hr, og dens hovedfunktion er "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".

Udvidelsesskærmbilleder

screenshot

Download Autoplay No More-udvidelses-CRX-fil

Download Autoplay No More-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.                    

Grundlæggende oplysninger om udvidelsen

Navn Autoplay No More Autoplay No More
ID obiogedpmdnfaldjdjmnbpmhjjfnghnj
Officiel URL https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj
Beskrivelse Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Filstørrelse 13.88 KB
Antal Installationer 1,051
Nuværende Version 0.4.2
Senest Opdateret 2023-08-21
Udgivelsesdato 2020-04-16
Bedømmelse 3.00/5 Samlet 8 Bedømmelser
Udvikler https://www.kiboke-studio.hr
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.kiboke-studio.hr/browser-extensions/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autoplay No More",
    "description": "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.",
    "version": "0.4.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/youtube.css"
            ],
            "js": [
                "data\/youtube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "css": [
                "data\/vimeo.css"
            ],
            "js": [
                "data\/vimeo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ted.com\/*"
            ],
            "js": [
                "data\/ted.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bing.com\/videos\/*"
            ],
            "js": [
                "data\/bing.js"
            ]
        }
    ]
}