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 dot.porter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Make America Medieval Again एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}