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
Eメール [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"
        }
    ]
}