Bitcointalk Script
Extension specific to Bitcointalk - Synthesis script, all in one
Bitcointalk Script란 무엇입니까?
Bitcointalk Script은(는) mrvuit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension specific to Bitcointalk - Synthesis script, all in one"입니다.
확장 프로그램 스크린샷
Bitcointalk Script 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bitcointalk Forum launched in 2010, the speed of upgrading is quite slow. Therefore, when possible users tend to create userscripts to simlify things and improve their own experiences in the forum. This extension summarizes the features that members prefer, making it easier for users to use the Bitcointalk website. Features: - Change the theme - Block the signature - Block avatar - Open external links in a new tab - Change the font size - Enhanced Merit UI - Pin multiple post or comment - Show total merit in post - Highlight your username in merit - Show icon go to top - Enhanced Report To Moderator UI - Show Bitcoin & Ethereum price
확장 프로그램 기본 정보
이름 | Bitcointalk Script |
ID | ebkdbmfcjnnpoplaphlokgpehbddamcn |
공식 URL | https://chromewebstore.google.com/detail/bitcointalk-script/ebkdbmfcjnnpoplaphlokgpehbddamcn |
설명 | Extension specific to Bitcointalk - Synthesis script, all in one |
파일 크기 | 93.39 KB |
설치 횟수 | 13 |
현재 버전 | 2.5 |
최근 업데이트 | 2019-08-29 |
출시 날짜 | 2019-08-29 |
개발자 | mrvuit |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitcointalk.org/index.php?topic=5178297.0 |
도움말 페이지 URL | https://bitcointalk.org/index.php?topic=5178297.0 |
개인정보 보호 정책 페이지 URL | https://chrometemple.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcointalk Script", "short_name": "Bitcointalk-Script", "version": "2.5", "manifest_version": 2, "description": "Extension specific to Bitcointalk - Synthesis script, all in one", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Bitcointalk Script", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.bitcointalk.org\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "*:\/\/*.bitcointalk.org\/*", "storage" ], "web_accessible_resources": [ "css\/bitcointalk\/*.css", "icons\/*.png" ] } |