Riggy

Create your own Roblox Forum signature with Riggy!

Qu'est-ce que Riggy ?

Riggy est une extension Chrome développée par Kronoze, et sa fonction principale est "Create your own Roblox Forum signature with Riggy!".

Télécharger le fichier CRX de l'extension Riggy

Téléchargez les fichiers d'extension Riggy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Riggy Riggy
ID idmhgjmnoajcllmonagkncffamgggmoc
URL Officiel https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc
Description Create your own Roblox Forum signature with Riggy!
Taille du Fichier 92.01 KB
Nombre d'Installations 129
Version Actuelle 2.0.0
Dernière Mise à Jour 2014-03-12
Date de Publication 2014-03-12
Évaluation 4.19/5 Total 32 Évaluations
Développeur Kronoze
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}