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
官方網址 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"
        }
    ]
}