Make America Medieval Again

Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again

Τι είναι το Make America Medieval Again;

Το Make America Medieval Again είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dot.porter, και η κύρια λειτουργία του είναι "Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Make America Medieval Again

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

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

                        You can use this extension if you'd rather look at images of interesting medieval manuscripts than Donald Trump. The images are of manuscripts hosted on the University of Pennsylvania's OPenn (http://openn.library.upenn.edu), and features a variety of books including a Book of Hours, a 13th century Bible, an Arabic scientific manuscript, a German scientific manuscript, and a couple of Haggadah. Fair warning: if you're looking for the Book of Kells you'll probably be disappointed, and if you have Make America Kittens Again installed you probably need to turn it off for this one to work.                    

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

Όνομα Make America Medieval Again Make America Medieval Again
ID lboadpaekaifmnaepgilmalmiohejhgn
Επίσημο URL https://chromewebstore.google.com/detail/make-america-medieval-aga/lboadpaekaifmnaepgilmalmiohejhgn
Περιγραφή Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again
Μέγεθος Αρχείου 13.01 MB
Αριθμός Εγκαταστάσεων 251
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-06-30
Ημερομηνία Δημοσίευσης 2017-06-30
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής dot.porter
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make America Medieval Again",
    "description": "Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again",
    "version": "1.0",
    "options_page": "mamaoptions.html",
    "permissions": [
        "http:\/\/www.teaandkittens.co.uk\/",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "48": "mama48.png",
        "128": "mama128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "mama48.png",
            "128": "mama128.png"
        },
        "default_title": "#MAMA",
        "default_popup": "mamaoptions.html"
    },
    "background": {
        "scripts": [
            "setmamamenu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "mama.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "mss\/*.jpg"
    ]
}