Singletrack World Forum Extender Tools

Adds some useful functionality to the stw forum such as user ignoring and easy-quoting

What is Singletrack World Forum Extender Tools?

Singletrack World Forum Extender Tools is a Chrome extension developed by chvckD, and its main feature is "Adds some useful functionality to the stw forum such as user ignoring and easy-quoting".

Extension Screenshots

screenshot

Download Singletrack World Forum Extender Tools Extension CRX File

Download Singletrack World Forum Extender Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a chrome extension designed to add a bit of missing functionality to the singletrackworld forums. Implemented so far are:

+ Block User posts
+ Block user threads
+ 1 click quoting
+ 1 click blocking
+ Hide the share button
+ Option to show hidden post
+ Links to return to go to chat forum, bike forum etc... above reply box
+ Post signature                    

Extension Basic Information

Name Singletrack World Forum Extender Tools Singletrack World Forum Extender Tools
ID cpgdlmbifgbhcoigdoeoooakijdionop
Official URL https://chromewebstore.google.com/detail/singletrack-world-forum-e/cpgdlmbifgbhcoigdoeoooakijdionop
Description Adds some useful functionality to the stw forum such as user ignoring and easy-quoting
File Size 186 KB
Installation Count 36
Current Version 2.0.2
Last Updated 2019-04-19
Publish Date 2019-04-19
Rating 3.50/5 Total 2 Ratings
Developer chvckD
Payment Type free
Extension Website https://github.com/chvck/STW-Extender-Tools
Help Page URL https://github.com/chvck/STW-Extender-Tools
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Singletrack World Forum Extender Tools",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Adds some useful functionality to the stw forum such as user ignoring and easy-quoting",
    "icons": {
        "48": "img\/stcog48.png",
        "64": "img\/stcog64.png",
        "32": "img\/stcog32.png",
        "16": "img\/stcog16.png"
    },
    "browser_action": {
        "default_icon": "img\/stcog100.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/singletrackworld.com\/forum\/*",
                "https:\/\/singletrackworld.com\/members\/*"
            ],
            "js": [
                "js\/libs\/jquery-1.11.3.min.js",
                "js\/add_tools.js"
            ],
            "css": [
                "css\/override.css"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}