Riggy
Create your own Roblox Forum signature with Riggy!
Wat is Riggy?
Riggy is een Chrome-extensie ontwikkeld door Kronoze, en de belangrijkste functie is "Create your own Roblox Forum signature with Riggy!".
Download het CRX-bestand van de extensie Riggy
Download Riggy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | idmhgjmnoajcllmonagkncffamgggmoc |
Officiële URL | https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc |
Beschrijving | Create your own Roblox Forum signature with Riggy! |
Bestandsgrootte | 92.01 KB |
Aantal Installaties | 129 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2014-03-12 |
Publicatiedatum | 2014-03-12 |
Beoordeling | 4.19/5 Totaal 32 Beoordelingen |
Ontwikkelaar | Kronoze |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |