Block showroom autoplay youtube
停止showroom自動撥放youtube影片
Was ist Block showroom autoplay youtube?
Block showroom autoplay youtube ist eine Chrome-Erweiterung, die von tentenlee100 entwickelt wurde, und ihr Hauptmerkmal ist "停止showroom自動撥放youtube影片".
Erweiterungsscreenshots
Block showroom autoplay youtube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block showroom autoplay youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
停止showroom的自動撥放youtube的功能,可以自行設定要移除還是停止自動撥放。
Grundlegende Informationen zur Erweiterung
Name | Block showroom autoplay youtube |
ID | bplaohanggidfnokiamhhpoiipnopdne |
Offizielle URL | https://chromewebstore.google.com/detail/block-showroom-autoplay-y/bplaohanggidfnokiamhhpoiipnopdne |
Beschreibung | 停止showroom自動撥放youtube影片 |
Dateigröße | 40.49 KB |
Installationsanzahl | 152 |
Aktuelle Version | 0.5 |
Letztes Update | 2017-04-18 |
Veröffentlichungsdatum | 2017-04-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | tentenlee100 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |