Video Filter
Use this extention to filter online movies and videos from netflix, youtube, and google play movies.
什麼是Video Filter?
Video Filter是由https://cleanonline.media開發的Chrome擴展程式,該擴展的主要功能是“Use this extention to filter online movies and videos from netflix, youtube, and google play movies.”。
擴展截圖
下載Video Filter擴展crx文件
下載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 |
官方網址 | 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" } |