filma24
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
Co je filma24?
filma24 je rozšíření Chrome vyvinuté https://emanuelzhupa.netlify.com, a jeho hlavní funkcí je „This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření filma24
Stáhněte si soubory rozšíření filma24 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
Základní Informace o Rozšíření
Název | filma24 |
ID | jmkgalgjcajmnaffhhccaialhephchei |
Oficiální URL | https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei |
Popis | This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server. |
Velikost souboru | 14.9 KB |
Počet instalací | 215 |
Aktuální Verze | 3.1.2 |
Poslední Aktualizace | 2023-12-30 |
Datum Vydání | 2021-06-08 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | https://emanuelzhupa.netlify.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://emanuelzhupa.netlify.com/ |
URL Stránky Nápovědy | https://emanuelzhupa.netlify.com/ |
Podporované Jazyky | 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 } ] } |