Open AnimeVostorg

Открывает дополнительные функций на сайте AnimeVost.org

What is Open AnimeVostorg?

Open AnimeVostorg is a Chrome extension developed by Dead4W, and its main feature is "Открывает дополнительные функций на сайте AnimeVost.org".

Extension Screenshots

screenshot
screenshot
screenshot

Download Open AnimeVostorg Extension CRX File

Download Open AnimeVostorg 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!

Возможности:
+ Авто-подбор сервера для наивысшего качества и скорости даже при сильных нагрузках!
+ HD качество в HTML5 плеере.
+ Мелкие дизайнерские исправления.                    

Extension Basic Information

Name Open AnimeVostorg Open AnimeVostorg
ID ooeealgadmhdnhebkhhbbcmckehpomcj
Official URL https://chromewebstore.google.com/detail/open-animevostorg/ooeealgadmhdnhebkhhbbcmckehpomcj
Description Открывает дополнительные функций на сайте AnimeVost.org
File Size 150 KB
Installation Count 149
Current Version 2.0.1
Last Updated 2023-03-07
Publish Date 2023-03-07
Rating 5.00/5 Total 6 Ratings
Developer Dead4W
Email [email protected]
Payment Type free
Extension Website https://vk.com/openvost
Help Page URL https://vk.com/openvost
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open AnimeVostorg",
    "short_name": "openvost",
    "manifest_version": 3,
    "author": "Ilya Zedgenizov",
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/vendors\/hs.js",
                "js\/modules\/consts.js",
                "js\/modules\/helper_functions.js",
                "js\/modules\/helper_config.js",
                "js\/modules\/helper_config_observer.js",
                "js\/modules\/api_methods.js",
                "js\/services\/tracking\/elems.js",
                "js\/services\/tracking\/page.js",
                "js\/services\/animeListLoading\/page.js",
                "js\/services\/tracking\/storage.js",
                "js\/main.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/animevost.org\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "OpenVost",
        "default_popup": "popup.html",
        "default_icon": "lib\/icon.png"
    },
    "description": "\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0439 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 AnimeVost.org",
    "homepage_url": "https:\/\/vk.com\/openvost",
    "icons": {
        "50": "lib\/openvost-50x50.png",
        "100": "lib\/openvost-100x100.png",
        "128": "lib\/openvost-128x128.png"
    },
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/animevost.org\/*",
        "*:\/\/api.animevost.org\/*",
        "*:\/\/video.aniland.org\/*",
        "*:\/\/ram.aniland.org\/*",
        "*:\/\/static.trn.su\/*",
        "*:\/\/hd.trn.su\/*",
        "*:\/\/ram.trn.su\/*",
        "*:\/\/video.animetop.info\/*",
        "*:\/\/drek.cdn.zerocdn.com\/*",
        "*:\/\/static.openni.ru\/*",
        "https:\/\/openvost.org\/*",
        "*:\/\/drek.cdn.zerocdn.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js",
                "js\/modules\/*.js",
                "img\/*.png",
                "lib\/sound_push.wav"
            ],
            "matches": [
                "*:\/\/animevost.org\/*"
            ],
            "extension_ids": []
        }
    ],
    "version": "2.0.1"
}