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 là gì?
filma24 là một tiện ích mở rộng Chrome được phát triển bởi https://emanuelzhupa.netlify.com, và tính năng chính của nó là "This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng filma24
Tải xuống các tệp mở rộng filma24 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | filma24 |
ID | jmkgalgjcajmnaffhhccaialhephchei |
URL Chính Thức | https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei |
Mô tả | This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server. |
Kích Thước Tệp | 14.9 KB |
Số Lần Cài Đặt | 215 |
Phiên Bản Hiện Tại | 3.1.2 |
Cập Nhật Lần Cuối | 2023-12-30 |
Ngày Phát Hành | 2021-06-08 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://emanuelzhupa.netlify.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://emanuelzhupa.netlify.com/ |
URL Trang Trợ Giúp | https://emanuelzhupa.netlify.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |