Brexit Filthifier

Replaces the word Brexit with a random bit of filth - by @QuantumPirate

Brexit Filthifierとは何ですか?

Brexit FilthifierはQuantumPirateによって開発されたChromeの拡張機能で、その主な機能は「Replaces the word Brexit with a random bit of filth - by @QuantumPirate」です。

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

screenshot

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

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

拡張機能の使用方法

                        Sick of seeing fucking 'Brexit' on every webpage no more? Well worry no more, as long as you prefer filth that is.

v1.1
-Now includes additional Scottish swears, because lets face it, the Scottish are awesome at swearing
-Also replaces any mention of "Trump" with a random insult                    

拡張機能の基本情報

名前 Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
公式URL https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
説明 Replaces the word Brexit with a random bit of filth - by @QuantumPirate
ファイルサイズ 23.97 KB
インストール数 18
現在のバージョン 1.1
最終更新日 2017-02-02
公開日 2017-02-02
評価 4.88/5 合計 8 レビュー
開発者 QuantumPirate
支払い方法 free
拡張機能のウェブサイト https://twitter.com/QuantumPirate
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit Filthifier",
    "description": "Replaces the word Brexit with a random bit of filth - by @QuantumPirate",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}