Disable Ynet video auto play
Disable Ynet video play when reading an article
什麼是Disable Ynet video auto play?
Disable Ynet video auto play是由ronilitman開發的Chrome擴展程式,該擴展的主要功能是“Disable Ynet video play when reading an article”。
擴展截圖
下載Disable Ynet video auto play擴展crx文件
下載Disable Ynet video auto play擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You are entering Ynet and you see some interesting articles, you think to yourself - let's read some more! You click on the article and BOOM! A noisy and annoying article video is starting to play. You are surprised and terrified, your whole family wakes up and complains that the volume is too high. No more. With this extension Ynet won't start to play a video article again. Enjoy!
擴展基本資訊
名稱 | Disable Ynet video auto play |
ID | mnkmdndkebodhogighjpkmpndalbpjho |
官方網址 | https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho |
簡介 | Disable Ynet video play when reading an article |
檔案大小 | 100 KB |
安裝次數 | 131 |
目前版本 | 1.0 |
更新時間 | 2021-08-10 |
上架時間 | 2021-08-09 |
評分 | 5.00/5 共 3 次評分 |
開發者 | ronilitman |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Ynet video auto play", "description": "Disable Ynet video play when reading an article", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "webNavigation" ], "host_permissions": [ "https:\/\/ynet.co.il\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" } } |