Anime ad-free

Blocks/hides ads on anime sites.

What is Anime ad-free?

Anime ad-free is a Chrome extension developed by https://sashka.dev, and its main feature is "Blocks/hides ads on anime sites.".

Extension Screenshots

screenshot

Download Anime ad-free Extension CRX File

Download Anime ad-free 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

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

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

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

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

Extension Basic Information

Name Anime ad-free Anime ad-free
ID llmocefkohennmcbaejbpoflmigbahml
Official URL https://chromewebstore.google.com/detail/anime-ad-free/llmocefkohennmcbaejbpoflmigbahml
Description Blocks/hides ads on anime sites.
File Size 27.26 KB
Installation Count 266
Current Version 3.4.0
Last Updated 2023-12-20
Publish Date 2020-06-19
Rating 4.75/5 Total 4 Ratings
Developer https://sashka.dev
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}