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