Spray-tanned blobfish

This extension replaces Donald Trump with a random description that Jezebel has used to describe him

什麼是Spray-tanned blobfish?

Spray-tanned blobfish是由natekandler開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces Donald Trump with a random description that Jezebel has used to describe him”。

擴展截圖

screenshot

下載Spray-tanned blobfish擴展crx文件

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

擴展使用說明

                        This extension replaces Donald Trump's name with a random description used on the site http://jezebel.com/.

exs. Half-melted pile of candy corn from Halloween ‘83, A parking cone with emotional issues,                    

擴展基本資訊

名稱 Spray-tanned blobfish Spray-tanned blobfish
ID fonnacpnjcpacgifamkndcphmommihmm
官方網址 https://chromewebstore.google.com/detail/spray-tanned-blobfish/fonnacpnjcpacgifamkndcphmommihmm
簡介 This extension replaces Donald Trump with a random description that Jezebel has used to describe him
檔案大小 8.61 KB
安裝次數 33
目前版本 0.2
更新時間 2017-01-28
上架時間 2017-01-27
評分 5.00/5 共 2 次評分
開發者 natekandler
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spray-tanned blobfish",
    "description": "This extension replaces Donald Trump with a random description that Jezebel has used to describe him",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}