AdBlock For Twitch: No More Ads
Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch.
什麼是AdBlock For Twitch: No More Ads?
AdBlock For Twitch: No More Ads是由onlynewtab開發的Chrome擴展程式,該擴展的主要功能是“Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch.”。
擴展截圖
下載AdBlock For Twitch: No More Ads擴展crx文件
下載AdBlock For Twitch: No More Ads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
AdBlock For Twitch is available in the chrome web store just install it and stop Annoying Ads on Twitch. Adblocker blocks ads by automatically reducing the video resolution to ensure that you are not disturbed by ads while watching live streams or VOD on twitch.tv. Features:- ✔️ Easy To Use Just click on Extension Icon, you see pop-up menu, and then tap ON/OFF Button. ✔️No bother No effect on watching Twitch streams. You can turn off the ad blocking prompt to improve the viewing experience. ✔️ "Blocking Ads" message On/Off How To Use:- How To Use:- 1. Firstly click on "Add To Chrome" Button. 2. After Installing just click on "Extension icon" button. 3. You see Pop-Up menu for Adblock ON/OFF For Youtube. 4. Lets Enjoy Thanks :)
擴展基本資訊
名稱 | |
ID | hlcijddonelfhdefalkmkilcoplhccag |
官方網址 | https://chrome.google.com/webstore/detail/adblock-for-twitch-no-mor/hlcijddonelfhdefalkmkilcoplhccag |
簡介 | Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch. |
檔案大小 | 59.05 KB |
安裝次數 | 3,414 |
目前版本 | 1.0.0 |
更新時間 | 2022-06-22 |
上架時間 | 2022-06-22 |
評分 | 2.60/5 共 5 次評分 |
開發者 | onlynewtab |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://apkmanager.co/adblock-for-twitch/ |
隱私政策頁面URL | https://onlynewtab.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "AdBlock For Twitch: No More Ads", "description": "Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch.", "icons": { "48": "icons\/twitch-blocked-48x48.png", "96": "icons\/twitch-blocked-96x96.png" }, "action": { "default_icon": "icons\/twitch-blocked-32x32.png", "default_title": "AdBlock For Twitch: No More Ads", "default_popup": "pages\/pop-up.html" }, "options_ui": { "page": "pages\/pop-up.html" }, "permissions": [ "declarativeNetRequest", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rule_set_1.json" } ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "run_at": "document_start", "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "block_ads.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ] } |