filma24

This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.

Что такое filma24?

filma24 - это расширение Chrome, разработанное https://emanuelzhupa.netlify.com, и его основная функция - "This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.                    

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

Название filma24 filma24
ID jmkgalgjcajmnaffhhccaialhephchei
Официальный URL https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei
Описание This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
Размер файла 14.9 KB
Количество установок 215
Текущая Версия 3.1.2
Последнее Обновление 2023-12-30
Дата публикации 2021-06-08
Рейтинг 4.25/5 Всего 4 оценок
Разработчик https://emanuelzhupa.netlify.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://emanuelzhupa.netlify.com/
URL страницы помощи https://emanuelzhupa.netlify.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "filma24",
    "description": "",
    "version": "3.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "24": "img\/logo-24.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-4e7ca6d4.js"
            ],
            "matches": [
                "https:\/\/www.filma24.pl\/*",
                "https:\/\/www.filma24.cyou\/*",
                "https:\/\/www.filma24.ch\/*",
                "https:\/\/filma24.click\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-24.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/filma24.click\/*",
                "https:\/\/www.filma24.ch\/*",
                "https:\/\/www.filma24.cyou\/*",
                "https:\/\/www.filma24.pl\/*"
            ],
            "resources": [
                "assets\/chunk-04611aa4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}