Black Box Experience

Black Box Experience

Black Box Experienceคืออะไร?

Black Box Experience เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex In Colours และคุณลักษณะหลักของมันคือ "Black Box Experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Black Box Experience

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}