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文件
下載Bitcointalk Script擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |