Open AnimeVostorg

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

Qu'est-ce que Open AnimeVostorg ?

Open AnimeVostorg est une extension Chrome développée par Dead4W, et sa fonction principale est "Открывает дополнительные функций на сайте AnimeVost.org".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Open AnimeVostorg

Téléchargez les fichiers d'extension Open AnimeVostorg 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!

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

Informations de Base sur l'Extension

Nom Open AnimeVostorg Open AnimeVostorg
ID ooeealgadmhdnhebkhhbbcmckehpomcj
URL Officiel https://chromewebstore.google.com/detail/open-animevostorg/ooeealgadmhdnhebkhhbbcmckehpomcj
Description Открывает дополнительные функций на сайте AnimeVost.org
Taille du Fichier 150 KB
Nombre d'Installations 149
Version Actuelle 2.0.1
Dernière Mise à Jour 2023-03-07
Date de Publication 2023-03-07
Évaluation 5.00/5 Total 6 Évaluations
Développeur Dead4W
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vk.com/openvost
URL de la Page d'Aide https://vk.com/openvost
Langues Prises en Charge 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"
}