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 là gì?

Make America Medieval Again là một tiện ích mở rộng Chrome được phát triển bởi dot.porter, và tính năng chính của nó là "Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Make America Medieval Again

Tải xuống các tệp mở rộng Make America Medieval Again dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Make America Medieval Again Make America Medieval Again
ID lboadpaekaifmnaepgilmalmiohejhgn
URL Chính Thức https://chromewebstore.google.com/detail/make-america-medieval-aga/lboadpaekaifmnaepgilmalmiohejhgn
Mô tả Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again
Kích Thước Tệp 13.01 MB
Số Lần Cài Đặt 251
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-06-30
Ngày Phát Hành 2017-06-30
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển dot.porter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}