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 擴展基本資訊
| 名稱 | |
| ID | eoeepkbhiholnepbhbedcpacginafkec |
| 官方網址 | 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
} | |