appchan x

The most comprehensive 4chan userscript.

appchan x क्या है?

appchan x https://zixaphir.github.io/appchan-x द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most comprehensive 4chan userscript."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में appchan x एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The most comprehensive and feature-rich 4chan Extension.

Sample of features:
* Customizable themes and mascots
* Quick Reply with cooldown timer, captcha cacheing, and autoposting / dumping
* Gallery Mode for viewing all thread images easily
* Image Expansion on click
* Image Preloading with thumbnail replacement
* Linkification
* Media embedding (youtube, vimeo, twitch.tv, and others)
* +With title link preview
* Thread and post hiding
* Regular Expression-based post filter and highlighter
* Thread Watcher
* Thread Updater on customizable timer
* Thread stats (image, reply, and unread count)
* Backlinking and Forwardlinking
* And more

See http://zixaphir.github.io/appchan-x/#features for a comprehensive feature list.                    

एक्सटेंशन की मूल जानकारी

नाम appchan x appchan x
ID gfibffekgcmgabbfaibbbcapgnfobnoi
आधिकारिक URL https://chromewebstore.google.com/detail/appchan-x/gfibffekgcmgabbfaibbbcapgnfobnoi
विवरण The most comprehensive 4chan userscript.
फ़ाइल का आकार 257 KB
स्थापना संख्या 3,467
वर्तमान संस्करण 2.10.15
अंतिम अपडेट 2016-02-13
प्रकाशन तिथि 2016-02-12
रेटिंग 4.17/5 कुल 66 रेटिंग्स
डेवलपर https://zixaphir.github.io/appchan-x
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://zixaphir.github.io/appchan-x/
सहायता पृष्ठ URL https://github.com/zixaphir/appchan-x/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "appchan x",
    "version": "2.10.15",
    "manifest_version": 2,
    "description": "The most comprehensive 4chan userscript.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.4chan.org\/*",
                "*:\/\/boards.4chan.org\/*",
                "*:\/\/sys.4chan.org\/*",
                "*:\/\/a.4cdn.org\/*",
                "*:\/\/i.4cdn.org\/*",
                "*:\/\/www.google.com\/recaptcha\/api\/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "http:\/\/zixaphir.github.com\/appchan-x\/",
    "minimum_chrome_version": "32",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}