White Rabbit

We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we’ll take you there to pay

White Rabbit क्या है?

White Rabbit http://whiterabbit.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we’ll take you there to pay"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Is it frustrating to not find the film you are looking for? On the internet you can find pretty much every film ever made, but you cannot pay the filmmakers for it. Until now. White Rabbit recognises the film you stream and allows you to make a safe and secure payment directly to those that own the film. 

-----

White Rabbit is funded by the European Union (Creative Media Europe), Innovation Norway, film producers, film investors, film fans and venture capital.

White Rabbit is an initiative to ensure everyone access to films everywhere. We do not collect your data. We do not store your information. We just want you to watch the film you want pay directly to those who own it.

Enjoy our service and be #responsiblerebels                    

एक्सटेंशन की मूल जानकारी

नाम White Rabbit White Rabbit
ID hikfjdigkaodnikkepcclccgpbokkmfe
आधिकारिक URL https://chrome.google.com/webstore/detail/white-rabbit/hikfjdigkaodnikkepcclccgpbokkmfe
विवरण We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we’ll take you there to pay
फ़ाइल का आकार 2.58 MB
स्थापना संख्या 21,986
वर्तमान संस्करण 2.37.0
अंतिम अपडेट 2022-02-15
प्रकाशन तिथि 2020-06-20
रेटिंग 4.23/5 कुल 26 रेटिंग्स
डेवलपर http://whiterabbit.one
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://whiterabbit.one/
गोपनीयता नीति पृष्ठ URL https://www.whiterabbit.one/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White Rabbit",
    "description": "We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we\u2019ll take you there to pay",
    "version": "2.37.0",
    "browser_action": {
        "default_icon": "icon-16.png"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "contentScript\/index.css"
            ],
            "js": [
                "contentScript\/index.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/static.ads-twitter.com https:\/\/analytics.twitter.com http:\/\/t.co https:\/\/t.co; object-src 'self'"
}