Riggy
Create your own Roblox Forum signature with Riggy!
Vad är Riggy?
Riggy är en Chrome-tillägg utvecklad av Kronoze, och dess huvudfunktion är "Create your own Roblox Forum signature with Riggy!".
Ladda ner Riggy-förlängningens CRX-fil
Ladda ner Riggy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | idmhgjmnoajcllmonagkncffamgggmoc |
Officiell webbadress | https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc |
Beskrivning | Create your own Roblox Forum signature with Riggy! |
Filstorlek | 92.01 KB |
Antal Installationer | 129 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2014-03-12 |
Publiceringsdatum | 2014-03-12 |
Betyg | 4.19/5 Totalt 32 Betyg |
Utvecklare | Kronoze |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |