Brexit means Breadsticks

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

Cos'è Brexit means Breadsticks?

Brexit means Breadsticks è un'estensione di Chrome sviluppata da nkhilv, e la sua funzione principale è "Turns every mention of Brexit on any website into 'breadsticks'".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brexit means Breadsticks

Scarica i file di estensione Brexit means Breadsticks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Brexit means Breadsticks Brexit means Breadsticks
ID okbmmlhhebmgpjgjhffamejlcgclpkkh
URL Ufficiale https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh
Descrizione Turns every mention of Brexit on any website into 'breadsticks'
Dimensione del File 26.49 KB
Conteggio Installazioni 47
Versione Corrente 0.1.4
Ultimo Aggiornamento 2019-04-05
Data di Pubblicazione 2019-04-05
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore nkhilv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nikhilvijayan.com
Lingue Supportate 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"
        }
    ]
}