Mega AdBlock for Websites & YouTube™
Mega AdBlock removes unwanted websites and video ads.
Vad är Mega AdBlock for Websites & YouTube™?
Mega AdBlock for Websites & YouTube™ är en Chrome-tillägg utvecklad av Mega AdBlock para Internet e YouTube™, och dess huvudfunktion är "Mega AdBlock removes unwanted websites and video ads.".
Tilläggsskärmbilder
Ladda ner Mega AdBlock for Websites & YouTube™-förlängningens CRX-fil
Ladda ner Mega AdBlock for Websites & YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | ehpmohebjgefhmaikmlidmpmomakcedn |
| Officiell webbadress | https://chromewebstore.google.com/detail/mega-adblock-for-websites/ehpmohebjgefhmaikmlidmpmomakcedn |
| Beskrivning | Mega AdBlock removes unwanted websites and video ads. |
| Filstorlek | 304 KB |
| Antal Installationer | 55,609 |
| Aktuell Version | 2.0.2.0 |
| Senast Uppdaterad | 2023-11-04 |
| Publiceringsdatum | 2022-06-11 |
| Betyg | 4.31/5 Totalt 328 Betyg |
| Utvecklare | Mega AdBlock para Internet e YouTube™ |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.mega-adblock.com |
| Hjälpsida URL | https://www.mega-adblock.com/privacy-policy.html |
| URL till Sekretesspolicy Sidan | https://github.com/mega-adblock/adblock/wiki/Privacy-Policy |
| Stödda Språk | 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.2.0",
"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:\/\/*\/*",
"file:\/\/*\/*"
],
"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",
"scripting"
],
"host_permissions": [
" | |