Block showroom autoplay youtube
停止showroom自動撥放youtube影片
What is Block showroom autoplay youtube?
Block showroom autoplay youtube is a Chrome extension developed by tentenlee100, and its main feature is "停止showroom自動撥放youtube影片".
Extension Screenshots
Download Block showroom autoplay youtube Extension CRX File
Download Block showroom autoplay youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
停止showroom的自動撥放youtube的功能,可以自行設定要移除還是停止自動撥放。
Extension Basic Information
Name | Block showroom autoplay youtube |
ID | bplaohanggidfnokiamhhpoiipnopdne |
Official URL | https://chromewebstore.google.com/detail/block-showroom-autoplay-y/bplaohanggidfnokiamhhpoiipnopdne |
Description | 停止showroom自動撥放youtube影片 |
File Size | 40.49 KB |
Installation Count | 152 |
Current Version | 0.5 |
Last Updated | 2017-04-18 |
Publish Date | 2017-04-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tentenlee100 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |