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開發的Chrome擴展程式,該擴展的主要功能是“Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again”。

擴展截圖

screenshot

下載Make America Medieval Again擴展crx文件

下載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
官方網址 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"
    ]
}