Anime ad-free

Blocks/hides ads on anime sites.

Qu'est-ce que Anime ad-free ?

Anime ad-free est une extension Chrome développée par https://sashka.dev, et sa fonction principale est "Blocks/hides ads on anime sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Anime ad-free

Téléchargez les fichiers d'extension Anime ad-free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Это расширение скрывает всю рекламу на сайтах с аниме.
По возможности буду добавлять новые ресурсы.

Сайты на которых работает:
- animevost.org (animevost.am; *.agorov.org)

Последнее изменение:
2.1.61 - фикс

P.S.
Я понимаю что вам нужно как то зарабатывать, но эта реклама, просто задолбала!                    

Informations de Base sur l'Extension

Nom Anime ad-free Anime ad-free
ID llmocefkohennmcbaejbpoflmigbahml
URL Officiel https://chromewebstore.google.com/detail/anime-ad-free/llmocefkohennmcbaejbpoflmigbahml
Description Blocks/hides ads on anime sites.
Taille du Fichier 27.26 KB
Nombre d'Installations 266
Version Actuelle 3.4.0
Dernière Mise à Jour 2023-12-20
Date de Publication 2020-06-19
Évaluation 4.75/5 Total 4 Évaluations
Développeur https://sashka.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}