AdzShield
Automatically skips ads on Youtube and hides ads on Google.
什麼是AdzShield?
AdzShield是由https://adzshield.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically skips ads on Youtube and hides ads on Google.”。
擴展截圖
下載AdzShield擴展crx文件
下載AdzShield擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enjoying your browsing experience on Google and Youtube with Adz Shield.
We will make sure that you are not getting distracted by annoying ads.
- Clicks on "skip ad" for you on Youtube
- Hides distracting ads on Youtube and Google. 擴展基本資訊
| 名稱 | |
| ID | bedkmppnhldpheapcmnlchkdhfldcedd |
| 官方網址 | https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd |
| 簡介 | Automatically skips ads on Youtube and hides ads on Google. |
| 檔案大小 | 17.25 KB |
| 安裝次數 | 111,992 |
| 目前版本 | 1.0.4 |
| 更新時間 | 2023-11-28 |
| 上架時間 | 2022-01-11 |
| 評分 | 4.43/5 共 23 次評分 |
| 開發者 | https://adzshield.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://adzshield.com/privacy.php |
| 支援的語言 | de,en,fr,es,it,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"version": "1.0.4",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/www.google.com\/*",
"https:\/\/www.google.fr\/*",
"https:\/\/www.google.de\/*",
"https:\/\/www.google.com.br\/*",
"https:\/\/www.google.it\/*",
"https:\/\/www.google.es\/*",
"https:\/\/www.google.co.uk\/*",
"https:\/\/www.google.co.in\/*",
"https:\/\/www.google.nl\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"alarms"
],
"icons": {
"128": "128.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"128.png",
"c.js"
],
"matches": [
" | |