God Emperor

Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.

God Emperor là gì?

God Emperor là một tiện ích mở rộng Chrome được phát triển bởi a meme magic toad, và tính năng chính của nó là "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng God Emperor

Tải xuống các tệp mở rộng God Emperor 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

                        Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.

Also available for Firefox!  Search for "God Emperor" on the Mozilla Add-ons site.


NEW in v1.1.1.1: Using new and proven "walking" method - this should make JavaScript play even more nicely.

NEW in v1.1.1: Now only making one replacement pass - this should make JavaScript play more nicely.

NEW in v1.1: 400% MORE GOD EMPEROR!  Also looks for variations such as 'Donald J. Trump' and 'Mr. Trump'.

If you have any questions or comments, please feel free to leave feedback here.  You may also find me through my official Reddit account, u/GodEmperorChrome.                    

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

Tên God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
URL Chính Thức https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Mô tả Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Kích Thước Tệp 64.48 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 1.1.1.1
Cập Nhật Lần Cuối 2016-05-23
Ngày Phát Hành 2016-05-23
Đánh Giá 4.54/5 Tổng số 26 Đánh Giá
Nhà Phát Triển a meme magic toad
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "God Emperor",
    "description": "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.",
    "version": "1.1.1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "godemperor.js"
            ]
        }
    ],
    "manifest_version": 2
}