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開發的Chrome擴展程式,該擴展的主要功能是“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

下載White Rabbit擴展crx文件

下載White Rabbit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}