Singletrack World Forum Extender Tools

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

ما هو Singletrack World Forum Extender Tools؟

Singletrack World Forum Extender Tools هو إضافة Chrome تم تطويرها بواسطة chvckD، والميزة الرئيسية لها هي "Adds some useful functionality to the stw forum such as user ignoring and easy-quoting".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Singletrack World Forum Extender Tools

قم بتنزيل ملفات الامتداد Singletrack World Forum Extender Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Singletrack World Forum Extender Tools Singletrack World Forum Extender Tools
ID cpgdlmbifgbhcoigdoeoooakijdionop
عنوان URL الرسمي https://chromewebstore.google.com/detail/singletrack-world-forum-e/cpgdlmbifgbhcoigdoeoooakijdionop
الوصف Adds some useful functionality to the stw forum such as user ignoring and easy-quoting
حجم الملف 186 KB
عدد التثبيتات 36
النسخة الحالية 2.0.2
آخر تحديث 2019-04-19
تاريخ النشر 2019-04-19
تقييم 3.50/5 مجموع تقييمات 2
المطور chvckD
نوع الدفع free
موقع الإضافة https://github.com/chvck/STW-Extender-Tools
عنوان صفحة المساعدة https://github.com/chvck/STW-Extender-Tools
اللغات المدعومة 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"
    ]
}