Brexit means Breadsticks

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

O que é Brexit means Breadsticks?

Brexit means Breadsticks é uma extensão do Chrome desenvolvida por nkhilv, e sua principal característica é "Turns every mention of Brexit on any website into 'breadsticks'".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Brexit means Breadsticks

Baixe arquivos de extensão Brexit means Breadsticks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Brexit means Breadsticks Brexit means Breadsticks
ID okbmmlhhebmgpjgjhffamejlcgclpkkh
URL Oficial https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh
Descrição Turns every mention of Brexit on any website into 'breadsticks'
Tamanho do Arquivo 26.49 KB
Contagem de Instalações 47
Versão Atual 0.1.4
Última Atualização 2019-04-05
Data de Publicação 2019-04-05
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor nkhilv
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.nikhilvijayan.com
Idiomas Suportados 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"
        }
    ]
}