Riggy

Create your own Roblox Forum signature with Riggy!

Hvad er Riggy?

Riggy er en Chrome-udvidelse udviklet af Kronoze, og dens hovedfunktion er "Create your own Roblox Forum signature with Riggy!".

Download Riggy-udvidelses-CRX-fil

Download Riggy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Riggy Riggy
ID idmhgjmnoajcllmonagkncffamgggmoc
Officiel URL https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc
Beskrivelse Create your own Roblox Forum signature with Riggy!
Filstørrelse 92.01 KB
Antal Installationer 129
Nuværende Version 2.0.0
Senest Opdateret 2014-03-12
Udgivelsesdato 2014-03-12
Bedømmelse 4.19/5 Samlet 32 Bedømmelser
Udvikler Kronoze
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}