Block showroom autoplay youtube

停止showroom自動撥放youtube影片

Wat is Block showroom autoplay youtube?

Block showroom autoplay youtube is een Chrome-extensie ontwikkeld door tentenlee100, en de belangrijkste functie is "停止showroom自動撥放youtube影片".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Block showroom autoplay youtube

Download Block showroom autoplay youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Block showroom autoplay youtube Block showroom autoplay youtube
ID bplaohanggidfnokiamhhpoiipnopdne
Officiële URL https://chromewebstore.google.com/detail/block-showroom-autoplay-y/bplaohanggidfnokiamhhpoiipnopdne
Beschrijving 停止showroom自動撥放youtube影片
Bestandsgrootte 40.49 KB
Aantal Installaties 152
Huidige Versie 0.5
Laatst Bijgewerkt 2017-04-18
Publicatiedatum 2017-04-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tentenlee100
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}