My Big Fat Diverse Ass

Replaces every occurrence of diversity with MY GIGANTIC ASS

My Big Fat Diverse Assとは何ですか?

My Big Fat Diverse AssはLo Pingによって開発されたChromeの拡張機能で、その主な機能は「Replaces every occurrence of diversity with MY GIGANTIC ASS」です。

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

screenshot
screenshot

My Big Fat Diverse Ass拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replaces every occurrence of "diversity" with "MY GIGANTIC ASS".  That's it.                    

拡張機能の基本情報

名前 My Big Fat Diverse Ass My Big Fat Diverse Ass
ID blddfggdlkkjjbbfigjobjkpephljjcj
公式URL https://chrome.google.com/webstore/detail/my-big-fat-diverse-ass/blddfggdlkkjjbbfigjobjkpephljjcj
説明 Replaces every occurrence of diversity with MY GIGANTIC ASS
ファイルサイズ 3.59 KB
インストール数 201
現在のバージョン 1.1
最終更新日 2016-12-19
公開日 2016-12-19
評価 5.00/5 合計 2 レビュー
開発者 Lo Ping
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Big Fat Diverse Ass",
    "description": "Replaces every occurrence of diversity with MY GIGANTIC ASS",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}