Riggy
Create your own Roblox Forum signature with Riggy!
What is Riggy?
Riggy is a Chrome extension developed by Kronoze, and its main feature is "Create your own Roblox Forum signature with Riggy!".
Download Riggy Extension CRX File
Download Riggy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | idmhgjmnoajcllmonagkncffamgggmoc |
Official URL | https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc |
Description | Create your own Roblox Forum signature with Riggy! |
File Size | 92.01 KB |
Installation Count | 129 |
Current Version | 2.0.0 |
Last Updated | 2014-03-12 |
Publish Date | 2014-03-12 |
Rating | 4.19/5 Total 32 Ratings |
Developer | Kronoze |
Payment Type | free |
Supported Languages | 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" ] } ] } |