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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extention to filter online movies and videos from netflix, youtube, and google play movies."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}