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”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
    ]
}