Replace Trump!

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

什麼是Replace Trump!?

Replace Trump!是由replace_t*開發的Chrome擴展程式,該擴展的主要功能是“Replace text instances of Trump with a nickname of your choosing.”。

擴展截圖

screenshot
screenshot
screenshot

下載Replace Trump!擴展crx文件

下載Replace Trump!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Replace Trump! Replace Trump!
ID bfgjmlgidednjbohbgibmbemjccoekml
官方網址 https://chrome.google.com/webstore/detail/replace-trump/bfgjmlgidednjbohbgibmbemjccoekml
簡介 Replace text instances of Trump with a nickname of your choosing.
檔案大小 1.53 MB
安裝次數 22
目前版本 0.2
更新時間 2017-04-20
上架時間 2017-04-20
評分 5.00/5 共 5 次評分
開發者 replace_t*
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}