Some Rich Asshole

Replaces the text 'Donald Trump' with 'Some Rich Asshole'.

什麼是Some Rich Asshole?

Some Rich Asshole是由drew開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Donald Trump' with 'Some Rich Asshole'.”。

擴展截圖

screenshot
screenshot
screenshot

下載Some Rich Asshole擴展crx文件

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

擴展使用說明

                        A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"                    

擴展基本資訊

名稱 Some Rich Asshole Some Rich Asshole
ID hgcjjgnlnheojgpdiafpdnjjpbkedgfh
官方網址 https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
簡介 Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
檔案大小 33.73 KB
安裝次數 603
目前版本 1.2
更新時間 2015-09-17
上架時間 2015-09-17
評分 4.81/5 共 72 次評分
開發者 drew
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://somerichasshole.com
說明頁面URL http://somerichasshole.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}