Block showroom autoplay youtube

停止showroom自動撥放youtube影片

Apa itu Block showroom autoplay youtube?

Block showroom autoplay youtube adalah ekstensi Chrome yang dikembangkan oleh tentenlee100, dan fitur utamanya adalah "停止showroom自動撥放youtube影片".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Block showroom autoplay youtube

Unduh file ekstensi Block showroom autoplay youtube 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

                        停止showroom的自動撥放youtube的功能,可以自行設定要移除還是停止自動撥放。                    

Informasi Dasar Ekstensi

Nama Block showroom autoplay youtube Block showroom autoplay youtube
ID bplaohanggidfnokiamhhpoiipnopdne
URL Resmi https://chromewebstore.google.com/detail/block-showroom-autoplay-y/bplaohanggidfnokiamhhpoiipnopdne
Deskripsi 停止showroom自動撥放youtube影片
Ukuran File 40.49 KB
Jumlah Instalasi 152
Versi Saat Ini 0.5
Terakhir Diperbarui 2017-04-18
Tanggal Publikasi 2017-04-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang tentenlee100
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block showroom autoplay youtube",
    "version": "0.5",
    "description": "\u505c\u6b62showroom\u81ea\u52d5\u64a5\u653eyoutube\u5f71\u7247",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.showroom-live.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popout.html"
    }
}