Vostfree-Extension

Extension for Vostfree Website

Что такое Vostfree-Extension?

Vostfree-Extension - это расширение Chrome, разработанное bastien boymond, и его основная функция - "Extension for Vostfree Website".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Vostfree-Extension

Скачайте файлы расширений Vostfree-Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Extension qui permet de facilité la vie des utilisateur du site Vostfree.tv
Les addons:
- Une popup qui permet un meilleur suivi des suivis de vos animé prefere
- une inegration d'un button qui ramene directement au manga de l'animé
- un systeme de notif qui fais que tout les 24h on nous dis ce qu'on dois encore regarder et quand un nouvelle episode sort                    

Основная информация о расширении

Название Vostfree-Extension Vostfree-Extension
ID gealnbcnbbnbhkkokmchmacmblogonak
Официальный URL https://chromewebstore.google.com/detail/vostfree-extension/gealnbcnbbnbhkkokmchmacmblogonak
Описание Extension for Vostfree Website
Размер файла 39.14 KB
Количество установок 28
Текущая Версия 1.5
Последнее Обновление 2021-11-02
Дата публикации 2021-11-01
Разработчик bastien boymond
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/BastienBoymond/Vostfree-Extension
URL страницы помощи https://github.com/BastienBoymond/Vostfree-Extension
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vostfree-Extension",
    "description": "Extension for Vostfree Website",
    "version": "1.5",
    "permissions": [
        "storage",
        "cookies",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/54.36.183.102:2900\/*",
        "http:\/\/54.36.183.102:3900\/*",
        "https:\/\/www.japscan.ws\/*",
        "https:\/\/vostfree.tv\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vostfree.tv\/",
                "https:\/\/vostfree.tv\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "popup\/assets\/Vostfree.png",
        "default_popup": "popup\/home\/popup.html",
        "default_title": "Vostfree-Extension"
    },
    "icons": {
        "16": "popup\/assets\/Vostfree.png",
        "48": "popup\/assets\/Vostfree.png",
        "128": "popup\/assets\/Vostfree.png"
    }
}