ROBLOX Forums+

Adds formatting and numbering of ROBLOX posts

ROBLOX Forums+ क्या है?

ROBLOX Forums+ L2000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds formatting and numbering of ROBLOX posts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ROBLOX Forums+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The new version is out!

Adds formatting to ROBLOX posts. Also numbers each post made on the forums and adds other mini features, such as a way to open trades straight from the forums without going to the player's profile.

The extension also allows use of bolding, italics, underlines, strikeouts, and font styling (Font family, font size, and font color).

Also now has support for youtube videos, items, and acronyms; when moused over, will place an image / video in the post and provides a link to the video / item.

More features being worked on continuously.                    

एक्सटेंशन की मूल जानकारी

नाम ROBLOX Forums+ ROBLOX Forums+
ID amfepecmobgaflidkebmofbgdgkgpman
आधिकारिक URL https://chromewebstore.google.com/detail/roblox-forums+/amfepecmobgaflidkebmofbgdgkgpman
विवरण Adds formatting and numbering of ROBLOX posts
फ़ाइल का आकार 447 KB
स्थापना संख्या 3,910
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2014-08-31
प्रकाशन तिथि 2014-08-30
रेटिंग 3.50/5 कुल 16 रेटिंग्स
डेवलपर L2000
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ROBLOX Forums+",
    "short_name": "Forums+",
    "description": "Adds formatting and numbering of ROBLOX posts",
    "version": "1.0.7",
    "icons": {
        "16": "Icons\/icon16.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*.imgur.com\/*",
        "http:\/\/nekofont.upat.jp\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.roblox.com\/Forum\/ShowPost.aspx?PostID=*",
                "http:\/\/www.roblox.com\/Forum\/ShowForum.aspx?ForumID=*",
                "http:\/\/www.roblox.com\/Forum\/User\/MyForums.aspx",
                "http:\/\/www.roblox.com\/Forum\/AddPost.aspx?*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "acronyms.js",
                "objects.js",
                "forums.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.roblox.com\/my\/account*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "objects.js",
                "settings.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Forums+",
        "default_icon": "Icons\/icon16.png",
        "default_popup": "options.html"
    },
    "web_accessible_resources": [
        "Images\/*",
        "fonts\/*"
    ]
}