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
公式URL 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"
        }
    ]
}