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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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 } ] } |