Black Box Experience
Black Box Experience
Cos'è Black Box Experience?
Black Box Experience è un'estensione di Chrome sviluppata da Alex In Colours, e la sua funzione principale è "Black Box Experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Black Box Experience
Scarica i file di estensione Black Box Experience 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
!! Works on Instagram, Facebook & LinkedIn The Black Box Experience offers you to browse social medias while having no users displayed whatsoever. If you're still seeing them, please contact me and I'll see what I can do. Feel free to leave feedback beneath, it'll help me write my thesis. If you like this, please leave some stars ! An experiment made by Alexis Jouanneau, graduating UX student, as a thesis project on Data & Internet identity
Informazioni di Base sull'Estensione
Nome | Black Box Experience |
ID | eoeepkbhiholnepbhbedcpacginafkec |
URL Ufficiale | https://chromewebstore.google.com/detail/black-box-experience/eoeepkbhiholnepbhbedcpacginafkec |
Descrizione | Black Box Experience |
Dimensione del File | 9.38 KB |
Conteggio Installazioni | 295 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2021-10-15 |
Data di Pubblicazione | 2021-09-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Alex In Colours |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Black Box Experience", "version": "2.0", "name": "Black Box Experience", "background": { "page": "background.html", "persistent": true }, "icons": { "128": "128.png" }, "permissions": [ "*:\/\/*.facebook.com\/", "*:\/\/*.instagram.com\/", "*:\/\/*.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "facebook.js" ], "css": [ "facebook.css" ], "all_frames": false, "run_at": "document_idle" } ], "web_accessible_resources": [ "*.png", "*.jpg", "*.woff2", "*.svg" ], "manifest_version": 2 } |