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是由chvckD開發的Chrome擴展程式,該擴展的主要功能是“Adds some useful functionality to the stw forum such as user ignoring and easy-quoting”。
擴展截圖
下載Singletrack World Forum Extender Tools擴展crx文件
下載Singletrack World Forum Extender Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | cpgdlmbifgbhcoigdoeoooakijdionop |
| 官方網址 | 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 |
| 說明頁面URL | 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"
]
} | |