4chan X

Cross-browser userscript for maximum lurking on 4chan.

4chan X क्या है?

4chan X https://seaweedchan.github.io/4chan-x द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cross-browser userscript for maximum lurking on 4chan."।

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

screenshot
screenshot
screenshot

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

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

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

                        This fork of 4chan X provides many extra features from the original, including many new keybinds, quote threading¹, better performance², option to not have a fixed header, a better updater menu, image prefetching and thumbnail replacements, email emojis³, and tons more.

Want a change? Make an issue on our Github! We're not too stubborn to make anything optional.

---

¹ Quote threading rearranges the thread to be more readable when you first open it, so replies to a post will be placed right underneath it. It works with the updater, as well, and accounts for your viewport to ensure you never miss a post.
² Performance can be benchmarked by opening the sticky on /m/.
³ Emoji are small icons that appear next to the email field when you enter in a specific email. Enable them and look around the website to find them! They're especially popular on /g/ and /a/.                    

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

नाम 4chan X 4chan X
ID poojninacjpckfopjogaokeegibhkidi
आधिकारिक URL https://chromewebstore.google.com/detail/4chan-x/poojninacjpckfopjogaokeegibhkidi
विवरण Cross-browser userscript for maximum lurking on 4chan.
फ़ाइल का आकार 189 KB
स्थापना संख्या 189
वर्तमान संस्करण 1.3.11
अंतिम अपडेट 2014-04-06
प्रकाशन तिथि 2014-04-06
रेटिंग 2.81/5 कुल 16 रेटिंग्स
डेवलपर https://seaweedchan.github.io/4chan-x
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://seaweedchan.github.io/4chan-x/
सहायता पृष्ठ URL https://github.com/seaweedchan/4chan-x/blob/master/README.md#reporting-bugs-and-suggestions
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan X",
    "version": "1.3.11",
    "manifest_version": 2,
    "description": "Cross-browser userscript for maximum lurking on 4chan.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/boards.4chan.org\/*",
                "*:\/\/sys.4chan.org\/*",
                "*:\/\/a.4cdn.org\/*",
                "*:\/\/i.4cdn.org\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "http:\/\/seaweedchan.github.io\/4chan-x\/",
    "minimum_chrome_version": "31",
    "permissions": [
        "storage"
    ]
}