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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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", " |