Brexit means Breadsticks

Turns every mention of Brexit on any website into 'breadsticks'

什么是Brexit means Breadsticks?

Brexit means Breadsticks是由nkhilv开发的Chrome扩展程序,该扩展的主要功能是“Turns every mention of Brexit on any website into 'breadsticks'”。

扩展截图

screenshot

下载Brexit means Breadsticks扩展crx文件

下载Brexit means Breadsticks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you tired coming across brexit everywhere you go? 

Turn any mention of the word 'Brexit' to 'Breadsticks'. 

Install it to save your sanity. I promise eternal salvation, or triple your money back! 

You can find the working code for this plugin on Github (/nkhil).

P.S. I'm currently looking for a junior developer role. In case you know anyone who's looking for a hard working developer, my Github username is nkhil, and my portfolio is nikhilvijayan(dot)com                    

扩展基本信息

名称 Brexit means Breadsticks Brexit means Breadsticks
ID okbmmlhhebmgpjgjhffamejlcgclpkkh
官方URL https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh
简介 Turns every mention of Brexit on any website into 'breadsticks'
文件大小 26.49 KB
安装次数 47
当前版本 0.1.4
更新时间 2019-04-05
上架时间 2019-04-05
评分 5.00/5 共4次评分
开发者 nkhilv
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.nikhilvijayan.com
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit means Breadsticks",
    "version": "0.1.4",
    "description": "Turns every mention of Brexit on any website into 'breadsticks'",
    "icons": {
        "16": "images\/breadsticks16.png",
        "48": "images\/breadsticks48.png",
        "128": "images\/breadsticks128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}