4chan X Name Sync

Enables names on 4chan's forced anon boards. Requires 4chan X.

4chan X Name Sync क्या है?

4chan X Name Sync https://milkytiptoe.github.io/Name-Sync द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables names on 4chan's forced anon boards. Requires 4chan X."।

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

screenshot

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

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

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

                        Enables names on 4chan's forced anon boards. Requires 4chan X. This verion uses a different domain than https://chrome.google.com/webstore/detail/4chan-x-name-sync/oplkokdeabkddkihcbghgmpcamnddegk, but remains on the same server.                    

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

नाम 4chan X Name Sync 4chan X Name Sync
ID cgfjnpgnolbkmhmagkaihicooplcjipl
आधिकारिक URL https://chromewebstore.google.com/detail/4chan-x-name-sync/cgfjnpgnolbkmhmagkaihicooplcjipl
विवरण Enables names on 4chan's forced anon boards. Requires 4chan X.
फ़ाइल का आकार 24.45 KB
स्थापना संख्या 496
वर्तमान संस्करण 4.9.3
अंतिम अपडेट 2017-03-02
प्रकाशन तिथि 2017-03-01
डेवलपर https://milkytiptoe.github.io/Name-Sync
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://namesync.net
सहायता पृष्ठ URL https://github.com/milkytiptoe/Name-Sync/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan X Name Sync",
    "version": "4.9.3",
    "manifest_version": 2,
    "description": "Enables names on 4chan's forced anon boards. Requires 4chan X.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "NameSync.js"
            ],
            "matches": [
                "*:\/\/boards.4chan.org\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/namesync.net\/",
    "minimum_chrome_version": "33",
    "permissions": [
        "https:\/\/namesync.net\/*"
    ]
}