Riggy
Create your own Roblox Forum signature with Riggy!
Cos'è Riggy?
Riggy è un'estensione di Chrome sviluppata da Kronoze, e la sua funzione principale è "Create your own Roblox Forum signature with Riggy!".
Scarica il file CRX dell'estensione Riggy
Scarica i file di estensione Riggy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | idmhgjmnoajcllmonagkncffamgggmoc |
URL Ufficiale | https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc |
Descrizione | Create your own Roblox Forum signature with Riggy! |
Dimensione del File | 92.01 KB |
Conteggio Installazioni | 129 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2014-03-12 |
Data di Pubblicazione | 2014-03-12 |
Valutazione | 4.19/5 Totale 32 Valutazioni |
Sviluppatore | Kronoze |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |