OneeChan

Customizable rice and themes for 4chan X.

OneeChanとは何ですか?

OneeChanはczarchasmによって開発されたChromeの拡張機能で、その主な機能は「Customizable rice and themes for 4chan X.」です。

拡張機能のスクリーンショット

screenshot
screenshot

OneeChan拡張機能のCRXファイルをダウンロード

OneeChan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}