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"
        }
    ]
}