filma24
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
Cos'è filma24?
filma24 è un'estensione di Chrome sviluppata da https://emanuelzhupa.netlify.com, e la sua funzione principale è "This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione filma24
Scarica i file di estensione filma24 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
Informazioni di Base sull'Estensione
Nome | filma24 |
ID | jmkgalgjcajmnaffhhccaialhephchei |
URL Ufficiale | https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei |
Descrizione | This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server. |
Dimensione del File | 14.9 KB |
Conteggio Installazioni | 215 |
Versione Corrente | 3.1.2 |
Ultimo Aggiornamento | 2023-12-30 |
Data di Pubblicazione | 2021-06-08 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | https://emanuelzhupa.netlify.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://emanuelzhupa.netlify.com/ |
URL della Pagina di Aiuto | https://emanuelzhupa.netlify.com/ |
Lingue Supportate | 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 } ] } |