Mr. Trump Fart Swap

Replace all occurrences of "Trump" with "Fart" and other easter eggs

Mr. Trump Fart Swapとは何ですか?

Mr. Trump Fart Swapは3104studiosによって開発されたChromeの拡張機能で、その主な機能は「Replace all occurrences of "Trump" with "Fart" and other easter eggs」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Mr. Trump Fart Swap拡張機能のCRXファイルをダウンロード

Mr. Trump Fart Swap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you sick of groaning in agony every time you read a story about our next President? Well turn that frown upside-down with the Mr. Trump Fart Swap extension.  All instances of Donald Trump will be replaced with "Mr. Fart" and all instances of "Trump" will simply be replaced with "Fart".  There are some other Easter eggs around the web, especially on his Twitter page.                    

拡張機能の基本情報

名前 Mr. Trump Fart Swap Mr. Trump Fart Swap
ID llnepapfknfpkmalmpbdijekgmknekpd
公式URL https://chromewebstore.google.com/detail/mr-trump-fart-swap/llnepapfknfpkmalmpbdijekgmknekpd
説明 Replace all occurrences of "Trump" with "Fart" and other easter eggs
ファイルサイズ 78.39 KB
インストール数 554
現在のバージョン 1.1
最終更新日 2017-01-12
公開日 2017-01-11
評価 4.86/5 合計 7 レビュー
開発者 3104studios
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mr. Trump Fart Swap",
    "description": "Replace all occurrences of \"Trump\" with \"Fart\" and other easter eggs",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "sprintf.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}