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 |
Eメール | [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 } |