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
Cos'è White Rabbit?
White Rabbit è un'estensione di Chrome sviluppata da http://whiterabbit.one, e la sua funzione principale è "We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we’ll take you there to pay".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione White Rabbit
Scarica i file di estensione White Rabbit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hikfjdigkaodnikkepcclccgpbokkmfe |
URL Ufficiale | https://chrome.google.com/webstore/detail/white-rabbit/hikfjdigkaodnikkepcclccgpbokkmfe |
Descrizione | We recognise 100 000 films allowing you to pay filmmakers directly. If content is platform exclusive we’ll take you there to pay |
Dimensione del File | 2.58 MB |
Conteggio Installazioni | 21,986 |
Versione Corrente | 2.37.0 |
Ultimo Aggiornamento | 2022-02-15 |
Data di Pubblicazione | 2020-06-20 |
Valutazione | 4.23/5 Totale 26 Valutazioni |
Sviluppatore | http://whiterabbit.one |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://whiterabbit.one/ |
URL della Pagina della Politica sulla Privacy | https://www.whiterabbit.one/privacy-policy |
Lingue Supportate | 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", " |