Video Filter
Use this extention to filter online movies and videos from netflix, youtube, and google play movies.
Video Filterคืออะไร?
Video Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cleanonline.media และคุณลักษณะหลักของมันคือ "Use this extention to filter online movies and videos from netflix, youtube, and google play movies."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Filter
ดาวน์โหลดไฟล์ส่วนขยาย Video Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create your own filters for movies on Google Play, Netflix, Amazon, and YouTube. You can also use your phone as a remote to control what you are watching. Choose from our various plans: - Remote: Free - Language - Create Personal Filters - Apply Community Filters See Website for more details. Please report any problems with the filters to: https://cleanonline.media/#/page/report
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Filter |
ID | pidabomnlnjcppceilikmojffcpneemg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-filter/pidabomnlnjcppceilikmojffcpneemg |
คำอธิบาย | Use this extention to filter online movies and videos from netflix, youtube, and google play movies. |
ขนาดไฟล์ | 266 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 7.0 |
อัปเดตครั้งล่าสุด | 2022-03-15 |
วันที่เผยแพร่ | 2022-03-14 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://cleanonline.media |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://cleanonline.media |
URL หน้าช่วยเหลือ | https://cleanonline.media/#/page/report |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "firebase.js", "fire.js", "app.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebase.com https:\/\/*.firebaseio.com https:\/\/*.googleapis.com; object-src 'self'", "description": "Use this extention to filter online movies and videos from netflix, youtube, and google play movies.", "icons": { "128": "img.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3ZfzGFh7hPnn\/QiOYsXziJHuejPj9ByIOlunxsRAnpjxyApE6BLiweiDHnPJS5th6u30VPOe0Gat+hqwP7zCQqB3Kz9Wjo0POH58LlLhAX4hCHAixI4sU4dbbxzVamwLFUFyh+xFQtMoE0ugwqJgaT+Fsz\/608rCGZXFHsC1ic4ViP+LNlkE0KWLKrNvks7PKOwti06LZlKxRhk1J1FBX1tb8oYdzLH\/CJ77S1qNxvczvPOi1P2R9s4KQ8zopVmCJd9AW6Jc8jkyeXSb6FReNG+vq7nypmAe1iXFy7zcXj69uZ\/qmkXPz43iq+MCZ9KUNdhVw9+Y1yJSsfF15rX4cwIDAQAB", "manifest_version": 2, "name": "Video Filter", "oauth2": { "client_id": "880132965816-prohko632jrpvoh3jp5rp39m10cegjj6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "permissions": [ "*:\/\/*\/*", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.0" } |