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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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", " |