SCP Reddit by /u/LolDoofus

Replaces deleted users and comments on Reddit with SCP-esque things.

SCP Reddit by /u/LolDoofusとは何ですか?

SCP Reddit by /u/LolDoofusはKaesoによって開発されたChromeの拡張機能で、その主な機能は「Replaces deleted users and comments on Reddit with SCP-esque things.」です。

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

screenshot
screenshot

SCP Reddit by /u/LolDoofus拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replaces deleted users and comments on Reddit with SCP-esque things.                    

拡張機能の基本情報

名前 SCP Reddit by /u/LolDoofus SCP Reddit by /u/LolDoofus
ID hhbafebbpgomaiogmijgnjmklamhaaaa
公式URL https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa
説明 Replaces deleted users and comments on Reddit with SCP-esque things.
ファイルサイズ 15.03 KB
インストール数 43
現在のバージョン 0.1
最終更新日 2020-05-10
公開日 2020-05-08
評価 3.00/5 合計 1 レビュー
開発者 Kaeso
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SCP Reddit by \/u\/LolDoofus",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*",
                "*:\/\/reddit.com\/*"
            ],
            "js": [
                "newreddit.js"
            ]
        },
        {
            "matches": [
                "*:\/\/old.reddit.com\/*",
                "*:\/\/www.old.reddit.com\/*"
            ],
            "js": [
                "oldreddit.js"
            ]
        }
    ]
}