Drumpfinator+

Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!

Drumpfinator+とは何ですか?

Drumpfinator+はmark.monteiro.devによって開発されたChromeの拡張機能で、その主な機能は「Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!」です。

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

screenshot

Drumpfinator+拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name.

Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey

Source code can be found here: https://github.com/mark-monteiro/drumpfinator                    

拡張機能の基本情報

名前 Drumpfinator+ Drumpfinator+
ID bjimekmhhbmpblaifnbeingfpbipbppg
公式URL https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg
説明 Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
ファイルサイズ 31.07 KB
インストール数 218
現在のバージョン 1.1.8
最終更新日 2018-03-11
公開日 2018-03-11
評価 5.00/5 合計 4 レビュー
開発者 mark.monteiro.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mark-monteiro/drumpfinator
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drumpfinator+",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!",
    "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}