Stop AutoPlay
This extension is meant to stop all playing videos
什麼是Stop AutoPlay?
Stop AutoPlay是由roastario開發的Chrome擴展程式,該擴展的主要功能是“This extension is meant to stop all playing videos”。
下載Stop AutoPlay擴展crx文件
下載Stop AutoPlay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | ![]() |
ID | ablmlhnccodemhiobfclbpicbpljldji |
官方網址 | https://chrome.google.com/webstore/detail/stop-autoplay/ablmlhnccodemhiobfclbpicbpljldji |
簡介 | This extension is meant to stop all playing videos |
檔案大小 | 6.4 KB |
安裝次數 | 76 |
目前版本 | 0.0.3 |
更新時間 | 2017-10-30 |
上架時間 | 2017-10-30 |
評分 | 4.00/5 共 1 次評分 |
開發者 | roastario |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop AutoPlay", "description": "This extension is meant to stop all playing videos", "version": "0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |