Riggy
Create your own Roblox Forum signature with Riggy!
Riggyとは何ですか?
RiggyはKronozeによって開発されたChromeの拡張機能で、その主な機能は「Create your own Roblox Forum signature with Riggy!」です。
Riggy拡張機能のCRXファイルをダウンロード
Riggy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | idmhgjmnoajcllmonagkncffamgggmoc |
公式URL | https://chrome.google.com/webstore/detail/riggy/idmhgjmnoajcllmonagkncffamgggmoc |
説明 | Create your own Roblox Forum signature with Riggy! |
ファイルサイズ | 92.01 KB |
インストール数 | 129 |
現在のバージョン | 2.0.0 |
最終更新日 | 2014-03-12 |
公開日 | 2014-03-12 |
評価 | 4.19/5 合計 32 レビュー |
開発者 | Kronoze |
支払い方法 | free |
対応言語 | 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" ] } ] } |