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
        }
    ]
}