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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης White Rabbit
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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", " |