Black Box Experience
Black Box Experience
什么是Black Box Experience?
Black Box Experience是由Alex In Colours开发的Chrome扩展程序,该扩展的主要功能是“Black Box Experience”。
扩展截图
下载Black Box Experience扩展crx文件
下载Black Box Experience扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
!! 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
扩展基本信息
名称 | Black Box Experience |
ID | eoeepkbhiholnepbhbedcpacginafkec |
官方URL | https://chromewebstore.google.com/detail/black-box-experience/eoeepkbhiholnepbhbedcpacginafkec |
简介 | Black Box Experience |
文件大小 | 9.38 KB |
安装次数 | 295 |
当前版本 | 2.0 |
更新时间 | 2021-10-15 |
上架时间 | 2021-09-15 |
评分 | 5.00/5 共1次评分 |
开发者 | Alex In Colours |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |