SCP Reddit by /u/LolDoofus

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

Apa itu SCP Reddit by /u/LolDoofus?

SCP Reddit by /u/LolDoofus adalah ekstensi Chrome yang dikembangkan oleh Kaeso, dan fitur utamanya adalah "Replaces deleted users and comments on Reddit with SCP-esque things.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SCP Reddit by /u/LolDoofus

Unduh file ekstensi SCP Reddit by /u/LolDoofus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SCP Reddit by /u/LolDoofus SCP Reddit by /u/LolDoofus
ID hhbafebbpgomaiogmijgnjmklamhaaaa
URL Resmi https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa
Deskripsi Replaces deleted users and comments on Reddit with SCP-esque things.
Ukuran File 15.03 KB
Jumlah Instalasi 43
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-05-10
Tanggal Publikasi 2020-05-08
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Kaeso
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}