hackr

a fun hacker simulator

hackrคืออะไร?

hackr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eliranwebdev และคุณลักษณะหลักของมันคือ "a fun hacker simulator"

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

screenshot
screenshot

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

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

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

                                            

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

ชื่อ hackr hackr
ID kflcnaifkjeanhdfomcdkcdfjoanfila
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hackr/kflcnaifkjeanhdfomcdkcdfjoanfila
คำอธิบาย a fun hacker simulator
ขนาดไฟล์ 38.93 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2016-02-20
วันที่เผยแพร่ 2016-02-20
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา eliranwebdev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hackr",
    "description": "a fun hacker simulator",
    "version": "0.1.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery\/jquery-2.2.0.min.js",
                "lib\/hackr\/hackr.js",
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "hackr()",
        "default_icon": "images\/logo-48.png"
    },
    "icons": {
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 2
}