ABlock - Блокировщик рекламы
Прицельная блокировка рекламы, подозрительных сайтов и скриптов
What is ABlock - Блокировщик рекламы?
ABlock - Блокировщик рекламы is a Chrome extension developed by Алексей Арх, and its main feature is "Прицельная блокировка рекламы, подозрительных сайтов и скриптов".
Extension Screenshots
Download ABlock - Блокировщик рекламы Extension CRX File
Download ABlock - Блокировщик рекламы extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Расширение предназначено для: - Удаления назойливой рекламы (текст, изображения, аудио, видео) - Блокировки подозрительных сайтов - Блокировки опасных скриптов # Обновление Блокировка рекламы на сайте animego и anilibria
Extension Basic Information
Name | ABlock - Блокировщик рекламы |
ID | cmbihlcgenpbmdkipolfghkplheignfe |
Official URL | https://chromewebstore.google.com/detail/ablock-%D0%B1%D0%BB%D0%BE%D0%BA%D0%B8%D1%80%D0%BE%D0%B2%D1%89%D0%B8%D0%BA-%D1%80%D0%B5%D0%BA%D0%BB%D0%B0%D0%BC/cmbihlcgenpbmdkipolfghkplheignfe |
Description | Прицельная блокировка рекламы, подозрительных сайтов и скриптов |
File Size | 174 KB |
Installation Count | 3,375 |
Current Version | 2.1.1 |
Last Updated | 2024-01-28 |
Publish Date | 2020-10-07 |
Rating | 4.00/5 Total 21 Ratings |
Developer | Алексей Арх |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/arhone/ablock |
Help Page URL | https://t.me/ablockinfo |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ABlock - \u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0449\u0438\u043a \u0440\u0435\u043a\u043b\u0430\u043c\u044b", "description": "\u041f\u0440\u0438\u0446\u0435\u043b\u044c\u043d\u0430\u044f \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u0440\u0435\u043a\u043b\u0430\u043c\u044b, \u043f\u043e\u0434\u043e\u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u043e\u0432 \u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432", "version": "2.1.1", "author": "\u0410\u043b\u0435\u043a\u0441\u0435\u0439 \u0410\u0440\u0445", "icons": { "32": "image\/ablock-32.png", "128": "image\/ablock-128.png", "220": "image\/ablock-220-140.jpg", "440": "image\/ablock-440-280.jpg" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "js": [ "js\/script.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/injected.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "js\/sw.js" }, "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "ABlock - \u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0449\u0438\u043a \u0440\u0435\u043a\u043b\u0430\u043c\u044b", "default_icon": { "32": "image\/ablock-32.png" }, "default_popup": "popup.html" }, "declarative_net_request": { "rule_resources": [ { "id": "anime", "enabled": true, "path": "rules\/anime.json" }, { "id": "ok.ru", "enabled": true, "path": "rules\/ok.ru.json" }, { "id": "vk.com", "enabled": true, "path": "rules\/vk.com.json" }, { "id": "youtube.com", "enabled": true, "path": "rules\/youtube.com.json" }, { "id": "xvideos.com", "enabled": true, "path": "rules\/xvideos.com.json" }, { "id": "rt.pornhub.com", "enabled": true, "path": "rules\/rt.pornhub.com.json" }, { "id": "rambler.ru", "enabled": true, "path": "rules\/rambler.ru.json" }, { "id": "yandex.ru", "enabled": true, "path": "rules\/yandex.ru.json" }, { "id": "other", "enabled": true, "path": "rules\/other.json" } ] }, "options_page": "popup.html" } |