Autoplay No More

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

Apa itu Autoplay No More?

Autoplay No More adalah ekstensi Chrome yang dikembangkan oleh https://www.kiboke-studio.hr, dan fitur utamanya adalah "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Autoplay No More

Unduh file ekstensi Autoplay No More dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Autoplay No More Autoplay No More
ID obiogedpmdnfaldjdjmnbpmhjjfnghnj
URL Resmi https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj
Deskripsi Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Ukuran File 13.88 KB
Jumlah Instalasi 1,051
Versi Saat Ini 0.4.2
Terakhir Diperbarui 2023-08-21
Tanggal Publikasi 2020-04-16
Penilaian 3.00/5 Total 8 Penilaian
Pengembang https://www.kiboke-studio.hr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.kiboke-studio.hr/browser-extensions/
Bahasa yang Didukung 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"
            ]
        }
    ]
}