Black Box Experience
Black Box Experience
What is Black Box Experience?
Black Box Experience is a Chrome extension developed by Alex In Colours, and its main feature is "Black Box Experience".
Extension Screenshots
Download Black Box Experience Extension CRX File
Download Black Box Experience extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
!! 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
Extension Basic Information
Name | Black Box Experience |
ID | eoeepkbhiholnepbhbedcpacginafkec |
Official URL | https://chromewebstore.google.com/detail/black-box-experience/eoeepkbhiholnepbhbedcpacginafkec |
Description | Black Box Experience |
File Size | 9.38 KB |
Installation Count | 295 |
Current Version | 2.0 |
Last Updated | 2021-10-15 |
Publish Date | 2021-09-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Alex In Colours |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |