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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 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" ] } |