Bitcointalk Script

Extension specific to Bitcointalk - Synthesis script, all in one

Bitcointalk Script क्या है?

Bitcointalk Script mrvuit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension specific to Bitcointalk - Synthesis script, all in one"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bitcointalk Script एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}