Ro-Customize

Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…

Ro-Customizeとは何ですか?

Ro-CustomizeはAuroraDeveloperによって開発されたChromeの拡張機能で、その主な機能は「Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…」です。

拡張機能のスクリーンショット

screenshot

Ro-Customize拡張機能のCRXファイルをダウンロード

Ro-Customize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ro-Customize is used to stylize your roblox webpage(see image(s) below)...

IT DOES NOT GIVE YOU FREE ROBUX, ETC!!!

Feedback is much appreciated, thanks! :)

Instructions:
-Click the Ro-Customize Icon
-Fill in the specified boxes
-Click Submit when done(or cancel)

To disable the extension from changing the page, click on the disable check box on the far bottom!                    

拡張機能の基本情報

名前 Ro-Customize Ro-Customize
ID laoeehanpnodehnejiknhgghinngkhha
公式URL https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha
説明 Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…
ファイルサイズ 42.22 KB
インストール数 10,000
現在のバージョン 0.2
最終更新日 2019-06-23
公開日 2019-06-23
評価 2.50/5 合計 58 レビュー
開発者 AuroraDeveloper
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ro-Customize",
    "version": "0.2",
    "browser_action": {
        "default_icon": "Images\/icon.png"
    },
    "web_accessible_resources": [
        "Images\/Logo.png",
        "Images\/background.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "WallPaper.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "Background.js"
        ]
    }
}