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!                    

扩展基本信息

名称 Riggy Riggy
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"
            ]
        }
    ]
}