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是由https://emanuelzhupa.netlify.com开发的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扩展crx文件
下载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 |
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 } ] } |