OneeChan

Customizable rice and themes for 4chan X.

OneeChan क्या है?

OneeChan czarchasm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customizable rice and themes for 4chan X."।

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

screenshot
screenshot

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

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

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

                        Download the newer, better version here: https://github.com/KevinParnell/OneeChan
This will be kept up mostly for archival purposes (I guess?).

WARNING: MUST BE USED IN CONJUNCTION WITH 4CHAN-X.
AVAILABLE HERE: https://chrome.google.com/webstore/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam

Originally made by nebukazar. Uploaded to Chrome Store for ease of access.
Fixed for 4channel update.                    

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

नाम OneeChan OneeChan
ID poiggpgdfblfchjlbhhpmhfdbfeaocgi
आधिकारिक URL https://chrome.google.com/webstore/detail/oneechan/poiggpgdfblfchjlbhhpmhfdbfeaocgi
विवरण Customizable rice and themes for 4chan X.
फ़ाइल का आकार 123 KB
स्थापना संख्या 198
वर्तमान संस्करण 6
अंतिम अपडेट 2021-04-26
प्रकाशन तिथि 2019-11-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर czarchasm
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneeChan",
    "version": "6",
    "manifest_version": 2,
    "description": "Customizable rice and themes for 4chan X.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.4chan.org\/*",
                "*:\/\/*.4channel.org\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/nebukazar\/OneeChan\/",
    "minimum_chrome_version": "32",
    "permissions": [
        "storage",
        "*:\/\/www.4chan.org\/*",
        "*:\/\/boards.4channel.org\/*",
        "*:\/\/boards.4chan.org\/*"
    ]
}