the Ridiculer

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

Vad är the Ridiculer?

the Ridiculer är en Chrome-tillägg utvecklad av rleonen, och dess huvudfunktion är "Extension that makes the news easier to read for liberals and progressives.".

Tilläggsskärmbilder

screenshot

Ladda ner the Ridiculer-förlängningens CRX-fil

Ladda ner the Ridiculer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn the Ridiculer the Ridiculer
ID djkfmdnmmbddamdmfcecbepcpjidpohf
Officiell webbadress https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf
Beskrivning Extension that makes the news easier to read for liberals and progressives.
Filstorlek 8.84 KB
Antal Installationer 271
Aktuell Version 1.3
Senast Uppdaterad 2021-03-12
Publiceringsdatum 2016-12-06
Betyg 5.00/5 Totalt 17 Betyg
Utvecklare rleonen
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}