the Ridiculer

Extension that makes the news easier to read for liberals and progressives.

Apa itu the Ridiculer?

the Ridiculer adalah ekstensi Chrome yang dikembangkan oleh rleonen, dan fitur utamanya adalah "Extension that makes the news easier to read for liberals and progressives.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi the Ridiculer

Unduh file ekstensi the Ridiculer 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

                        If you are unhappy about the results of the 2016 election, this extension will make the news a little bit easier to read. Replaces select terms with other, more appropriate ones. Good for a laugh or two. Install and read the news as you normally do. Continuously updated with new replacement text.                    

Informasi Dasar Ekstensi

Nama the Ridiculer the Ridiculer
ID djkfmdnmmbddamdmfcecbepcpjidpohf
URL Resmi https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf
Deskripsi Extension that makes the news easier to read for liberals and progressives.
Ukuran File 8.84 KB
Jumlah Instalasi 271
Versi Saat Ini 1.3
Terakhir Diperbarui 2021-03-12
Tanggal Publikasi 2016-12-06
Penilaian 5.00/5 Total 17 Penilaian
Pengembang rleonen
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": "the Ridiculer",
    "author": "ralph leonen",
    "version": "1.3",
    "description": "Extension that makes the news easier to read for liberals and progressives.",
    "icons": {
        "16": "images\/ridiculer16.png",
        "48": "images\/ridiculer48.png",
        "128": "images\/ridiculer128.png"
    },
    "short_name": "ridiculer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}