Mega AdBlock for Websites & YouTube™
Mega AdBlock removes unwanted websites and video ads.
什麼是Mega AdBlock for Websites & YouTube™?
Mega AdBlock for Websites & YouTube™是由Mega AdBlock para Internet e YouTube™開發的Chrome擴展程式,該擴展的主要功能是“Mega AdBlock removes unwanted websites and video ads.”。
擴展截圖
下載Mega AdBlock for Websites & YouTube™擴展crx文件
下載Mega AdBlock for Websites & YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Mega AdBlock enhances your experience while browsing your favorite websites.
It blocks ads on websites and lets you watch your videos on YouTube™ without interruption, all with low CPU and RAM consumption.
Blocks ads, banners and pop-ups
Blocks ads in videos on YouTube™
This ad blocker is ready to be used in new versions of Google Chrome!
It's totally free! 擴展基本資訊
| 名稱 | |
| ID | hiiljgfgjlkoakaihlaklljgpepdkoap |
| 官方網址 | https://chromewebstore.google.com/detail/mega-adblock-for-websites/hiiljgfgjlkoakaihlaklljgpepdkoap |
| 簡介 | Mega AdBlock removes unwanted websites and video ads. |
| 檔案大小 | 281 KB |
| 安裝次數 | 1,541 |
| 目前版本 | 2.0.0.7 |
| 更新時間 | 2023-08-18 |
| 上架時間 | 2023-08-18 |
| 評分 | 5.00/5 共 9 次評分 |
| 開發者 | Mega AdBlock para Internet e YouTube™ |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://github.com/mega-adblock/adblock/wiki/Privacy-Policy |
| 支援的語言 | de,en,fr,es,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_nomeExtensao__",
"description": "__MSG_descricaoExtensao__",
"default_locale": "en",
"version": "2.0.0.7",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "scripts\/background-script.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/insite-ads-blocking.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "scripts\/net-request-block-filters.json"
}
]
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_nomeExtensao__",
"default_popup": "pages\/popup.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"cookies",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |