filma24

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

What is filma24?

filma24 is a Chrome extension developed by https://emanuelzhupa.netlify.com, and its main feature is "This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download filma24 Extension CRX File

Download filma24 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

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

Extension Basic Information

Name filma24 filma24
ID jmkgalgjcajmnaffhhccaialhephchei
Official URL https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei
Description This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
File Size 14.9 KB
Installation Count 215
Current Version 3.1.2
Last Updated 2023-12-30
Publish Date 2021-06-08
Rating 4.25/5 Total 4 Ratings
Developer https://emanuelzhupa.netlify.com
Email [email protected]
Payment Type free
Extension Website https://emanuelzhupa.netlify.com/
Help Page URL https://emanuelzhupa.netlify.com/
Supported Languages 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
        }
    ]
}