Replace Trump!

Replace text instances of Trump with a nickname of your choosing.

Replace Trump! là gì?

Replace Trump! là một tiện ích mở rộng Chrome được phát triển bởi replace_t*, và tính năng chính của nó là "Replace text instances of Trump with a nickname of your choosing.".

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

screenshot
screenshot
screenshot

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

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

                        Tired of reading about President Donald Trump? Want some comedic relief to the constant stream of Trump news? 

Use this extension to replace and optionally highlight all text instances of "Trump" (and variations such as "Donald J. Trump") with a funny nickname.

Currently, only a fixed list of nicknames are supported, but custom nicknames and other features are forthcoming!

Questions/bugs/feature requests, please email: [email protected] or tweet @ReplaceTrumpApp                    

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

Tên Replace Trump! Replace Trump!
ID bfgjmlgidednjbohbgibmbemjccoekml
URL Chính Thức https://chrome.google.com/webstore/detail/replace-trump/bfgjmlgidednjbohbgibmbemjccoekml
Mô tả Replace text instances of Trump with a nickname of your choosing.
Kích Thước Tệp 1.53 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-04-20
Ngày Phát Hành 2017-04-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển replace_t*
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/vendors\/jquery-3.1.1.min.js",
                "src\/vendors\/jquery.mark.min.js",
                "src\/settings.js",
                "src\/replacement.js",
                "src\/content_script_trump.js"
            ],
            "css": [
                "content_script_styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replace text instances of Trump with a nickname of your choosing.",
    "manifest_version": 2,
    "name": "Replace Trump!",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "0.2"
}