Black Box Experience
Black Box Experience
Black Box Experience란 무엇입니까?
Black Box Experience은(는) Alex In Colours에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Black Box Experience"입니다.
확장 프로그램 스크린샷
Black Box Experience 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
!! 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 } |