Funkify – Disability Simulator

Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…

Funkify – Disability Simulatorคืออะไร?

Funkify – Disability Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.funkify.org และคุณลักษณะหลักของมันคือ "Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Funkify – Disability Simulator

ดาวน์โหลดไฟล์ส่วนขยาย Funkify – Disability Simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with different abilities and disabilities.

We are a team of usability and accessibility experts in Sweden, and we welcome you to our site (www.funkify.org) for more info! 

Team Funkify                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Funkify – Disability Simulator Funkify – Disability Simulator
ID ojcijjdchelkddboickefhnbdpeajdjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/funkify-%E2%80%93-disability-simu/ojcijjdchelkddboickefhnbdpeajdjg
คำอธิบาย Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…
ขนาดไฟล์ 104 MB
จำนวนการติดตั้ง 23,299
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-05-31
วันที่เผยแพร่ 2020-06-13
คะแนน 3.69/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา https://www.funkify.org
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.funkify.org/
URL หน้าช่วยเหลือ https://www.funkify.org/
URL หน้านโยบายความเป็นส่วนตัว https://www.funkify.org/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Funkify \u2013 Disability Simulator",
    "short_name": "Funkify",
    "version": "1.3.0",
    "author": "Funkify",
    "options_page": "\/gui\/popup.html",
    "action": {
        "default_popup": "\/gui\/popup.html",
        "default_icon": {
            "19": "\/gui\/images\/funkifyicon19_inactive.png",
            "38": "\/gui\/images\/funkifyicon38.png"
        }
    },
    "icons": {
        "16": "\/gui\/images\/funkifyicon16.png",
        "48": "\/gui\/images\/funkifyicon48.png",
        "128": "\/gui\/images\/funkifyicon128.png"
    },
    "background": {
        "service_worker": "\/background\/scripts.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/shared\/libs\/jquery-3.2.0.min.js",
                "\/shared\/libs\/custombox.min.js",
                "\/shared\/js\/scripts.js",
                "\/content\/js\/scripts.js"
            ],
            "css": [
                "\/content\/css\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/shared\/libs\/tota11y.min.js",
                "\/content\/images\/*.png",
                "\/content\/audio\/*.mp3",
                "\/content\/video\/*.mp4"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzeqQwUZMTkPBqo2W7aBmC4rxZTd5fnbUOgTh+BB6tQmbysE6hr9B3rZ3xhLjs4j7gX1XbSOAqHzbX92ol2Z6JTsMvBkrJPfIkW\/bAHZgRXJXs29Hfx2CKLSE71p1mcmc0f6mkNjFqnPs7Y1Hm4p7MlVImlkpWB1XIeh3AWgK+\/q7DYGUERCtoADQo\/tyaqJcmUJDXYTXovssiiEsnB+OLsisM+ZGoTb7XicDQkhNjN4VDScG1zRllNLforbpyDfXZftGQHcuHV2PCMyyV6ofROiQchcGmG7Ou49QlMohw\/Nq2HgUazqxO8sM6lGxqZI1qzIeLCWoPWM2JIsT\/EHNRQIDAQAB",
    "oauth2": {
        "client_id": "813357557651-35jl5ujv6t31rdnv0sitrie0518koehi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}