Aenomaly Ad Blocker + Search Engine
Aenomaly Ad Blocker + Privacy Search Engine
Was ist Aenomaly Ad Blocker + Search Engine?
Aenomaly Ad Blocker + Search Engine ist eine Chrome-Erweiterung, die von ÆNOMALY entwickelt wurde, und ihr Hauptmerkmal ist "Aenomaly Ad Blocker + Privacy Search Engine".
Erweiterungsscreenshots
Aenomaly Ad Blocker + Search Engine-Erweiterungs-CRX-Datei herunterladen
Laden Sie Aenomaly Ad Blocker + Search Engine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
BROWSE THE INTERNET WITH NO ANNOYING ADS. Experience a cleaner, faster internet by blocking annoying ads. Block intrusive Ads. Block unwanted Websites. Search the internet in Privacy.
Grundlegende Informationen zur Erweiterung
Name | |
ID | liledmkcnejjjnoedaopnkibcklgcmei |
Offizielle URL | https://chrome.google.com/webstore/detail/aenomaly-ad-blocker-+-sea/liledmkcnejjjnoedaopnkibcklgcmei |
Beschreibung | Aenomaly Ad Blocker + Privacy Search Engine |
Dateigröße | 3.39 MB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.18.17 |
Letztes Update | 2019-05-25 |
Veröffentlichungsdatum | 2019-05-25 |
Bewertung | 4.83/5 Insgesamt 18 Bewertungen |
Entwickler | ÆNOMALY |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://aenomaly.com |
Hilfeseite URL | https://t.me/aenomaly |
Unterstützte Sprachen | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "author": "Aenomaly Development Team", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png" }, "default_popup": "popup.html", "default_title": "Aenomaly Blocker" }, "commands": { "launch-element-picker": { "description": "__MSG_popupTipPicker__" }, "launch-element-zapper": { "description": "__MSG_popupTipZapper__" }, "launch-logger": { "description": "__MSG_popupTipLog__" } }, "content_scripts": [ { "all_frames": true, "js": [ "\/js\/vapi.js", "\/js\/vapi-client.js", "\/js\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "\/js\/scriptlets\/subscriber.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "Aenomaly Ad Blocker + Privacy Search Engine", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "64": "img\/icon_64.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "51.0", "name": "Aenomaly Ad Blocker + Search Engine", "options_ui": { "open_in_tab": true, "page": "dashboard.html" }, "permissions": [ "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", " |