Bitcointalk Script

Extension specific to Bitcointalk - Synthesis script, all in one

Bitcointalk Scriptคืออะไร?

Bitcointalk Script เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mrvuit และคุณลักษณะหลักของมันคือ "Extension specific to Bitcointalk - Synthesis script, all in one"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcointalk Script

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}