Animevost.opt

Оптимизатор AnimeVostorg

What is Animevost.opt?

Animevost.opt is a Chrome extension developed by https://da411d.me, and its main feature is "Оптимизатор AnimeVostorg".

Extension Screenshots

screenshot

Download Animevost.opt Extension CRX File

Download Animevost.opt 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.org на Patreon.                    

Extension Basic Information

Name Animevost.opt Animevost.opt
ID lnnimcnghpoceiggbcllbdcfeelmkplp
Official URL https://chromewebstore.google.com/detail/animevostopt/lnnimcnghpoceiggbcllbdcfeelmkplp
Description Оптимизатор AnimeVostorg
File Size 64.9 KB
Installation Count 429
Current Version 5
Last Updated 2022-08-15
Publish Date 2020-10-16
Rating 4.40/5 Total 5 Ratings
Developer https://da411d.me
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "5",
    "minimum_chrome_version": "88",
    "default_locale": "ru",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/animevost.org\/*",
                "*:\/\/*.animevost.org\/*",
                "*:\/\/*.animevost.am\/*",
                "*:\/\/agorov.org\/*",
                "*:\/\/*.agorov.org\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/animevost.org\/*",
                "*:\/\/*.animevost.org\/*",
                "*:\/\/*.animevost.am\/*",
                "*:\/\/agorov.org\/*",
                "*:\/\/*.agorov.org\/*"
            ]
        }
    ]
}