Riggy

Create your own Roblox Forum signature with Riggy!

Riggyคืออะไร?

Riggy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kronoze และคุณลักษณะหลักของมันคือ "Create your own Roblox Forum signature with Riggy!"

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

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

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

                        Looking for a Roblox Forum extension signature extension? Look no further! Riggy is guaranteed the best one you'll find. It has a sharp, clean interface, and it utilizes sync storage of Google Chrome so no matter where you're at, your signature is saved!                    

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

ชื่อ Riggy Riggy
ID idmhgjmnoajcllmonagkncffamgggmoc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc
คำอธิบาย Create your own Roblox Forum signature with Riggy!
ขนาดไฟล์ 92.01 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2014-03-12
วันที่เผยแพร่ 2014-03-12
คะแนน 4.19/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา Kronoze
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Riggy",
    "description": "Create your own Roblox Forum signature with Riggy!",
    "version": "2.0.0",
    "author": "Kronoze",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "scripts\/jquery.min.js",
        "scripts\/jquery-1.10.2.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/Forum\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/applysig.js"
            ]
        }
    ]
}