Anime ad-free
Blocks/hides ads on anime sites.
Wat is Anime ad-free?
Anime ad-free is een Chrome-extensie ontwikkeld door https://sashka.dev, en de belangrijkste functie is "Blocks/hides ads on anime sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anime ad-free
Download Anime ad-free-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Это расширение скрывает всю рекламу на сайтах с аниме. По возможности буду добавлять новые ресурсы. Сайты на которых работает: - animevost.org (animevost.am; *.agorov.org) Последнее изменение: 2.1.61 - фикс P.S. Я понимаю что вам нужно как то зарабатывать, но эта реклама, просто задолбала!
Basisinformatie over de Extensie
Naam | Anime ad-free |
ID | llmocefkohennmcbaejbpoflmigbahml |
Officiële URL | https://chromewebstore.google.com/detail/anime-ad-free/llmocefkohennmcbaejbpoflmigbahml |
Beschrijving | Blocks/hides ads on anime sites. |
Bestandsgrootte | 27.26 KB |
Aantal Installaties | 266 |
Huidige Versie | 3.4.0 |
Laatst Bijgewerkt | 2023-12-20 |
Publicatiedatum | 2020-06-19 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://sashka.dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.4.0", "default_locale": "ru", "name": "__MSG_name__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "icons": { "16": ".\/img\/ic16.png", "32": ".\/img\/ic32.png", "48": ".\/img\/ic48.png", "128": ".\/img\/ic128.png" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/animevost.org\/*", "*:\/\/*.vost.pw\/*" ], "css": [ ".\/css\/animevost.css" ] }, { "run_at": "document_start", "matches": [ "*:\/\/*.anilibria.tv\/*", "*:\/\/*.anilibria.uno\/*" ], "js": [ ".\/js\/anilibria.js" ], "css": [ ".\/css\/anilibria.css" ] }, { "run_at": "document_start", "matches": [ "*:\/\/anidub.live\/*" ], "css": [ ".\/css\/anidub.css" ] }, { "run_at": "document_start", "matches": [ "*:\/\/yummyani.me\/*", "*:\/\/yummy-anime.ru\/*" ], "css": [ ".\/css\/yummyani_yummy-anime.css" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "animevost_vost", "enabled": false, "path": ".\/rules\/animevost_vost.json" }, { "id": "anilibria", "enabled": false, "path": ".\/rules\/anilibria.json" }, { "id": "anidub", "enabled": false, "path": ".\/rules\/anidub.json" }, { "id": "yummyani_yummy-anime", "enabled": false, "path": ".\/rules\/yummyani_yummy-anime.json" } ] }, "permissions": [ "declarativeNetRequest", "tabs" ], "host_permissions": [ "*:\/\/animevost.org\/*", "*:\/\/*.vost.pw\/*", "*:\/\/*.anilibria.tv\/*", "*:\/\/*.anilibria.uno\/*", "*:\/\/anidub.live\/*", "*:\/\/yummyani.me\/*", "*:\/\/yummy-anime.ru\/*" ] } |