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 là gì?
Singletrack World Forum Extender Tools là một tiện ích mở rộng Chrome được phát triển bởi chvckD, và tính năng chính của nó là "Adds some useful functionality to the stw forum such as user ignoring and easy-quoting".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Singletrack World Forum Extender Tools
Tải xuống các tệp mở rộng Singletrack World Forum Extender Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Singletrack World Forum Extender Tools |
ID | cpgdlmbifgbhcoigdoeoooakijdionop |
URL Chính Thức | https://chromewebstore.google.com/detail/singletrack-world-forum-e/cpgdlmbifgbhcoigdoeoooakijdionop |
Mô tả | Adds some useful functionality to the stw forum such as user ignoring and easy-quoting |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2019-04-19 |
Ngày Phát Hành | 2019-04-19 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | chvckD |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/chvck/STW-Extender-Tools |
URL Trang Trợ Giúp | https://github.com/chvck/STW-Extender-Tools |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |