the Ridiculer

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

Τι είναι το the Ridiculer;

Το the Ridiculer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rleonen, και η κύρια λειτουργία του είναι "Extension that makes the news easier to read for liberals and progressives.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης the Ridiculer

Λήψη αρχείων επέκτασης the Ridiculer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα the Ridiculer the Ridiculer
ID djkfmdnmmbddamdmfcecbepcpjidpohf
Επίσημο URL https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf
Περιγραφή Extension that makes the news easier to read for liberals and progressives.
Μέγεθος Αρχείου 8.84 KB
Αριθμός Εγκαταστάσεων 271
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2021-03-12
Ημερομηνία Δημοσίευσης 2016-12-06
Αξιολόγηση 5.00/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής rleonen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}