Riggy

Create your own Roblox Forum signature with Riggy!

Was ist Riggy?

Riggy ist eine Chrome-Erweiterung, die von Kronoze entwickelt wurde, und ihr Hauptmerkmal ist "Create your own Roblox Forum signature with Riggy!".

Riggy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Riggy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Riggy Riggy
ID idmhgjmnoajcllmonagkncffamgggmoc
Offizielle URL https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc
Beschreibung Create your own Roblox Forum signature with Riggy!
Dateigröße 92.01 KB
Installationsanzahl 129
Aktuelle Version 2.0.0
Letztes Update 2014-03-12
Veröffentlichungsdatum 2014-03-12
Bewertung 4.19/5 Insgesamt 32 Bewertungen
Entwickler Kronoze
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}