Brexit means Breadsticks

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

Co to jest Brexit means Breadsticks?

Brexit means Breadsticks to rozszerzenie Chrome opracowane przez nkhilv, a jego główną funkcją jest „Turns every mention of Brexit on any website into 'breadsticks'”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Brexit means Breadsticks

Pobierz pliki rozszerzeń Brexit means Breadsticks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Brexit means Breadsticks Brexit means Breadsticks
ID okbmmlhhebmgpjgjhffamejlcgclpkkh
Oficjalny URL https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh
Opis Turns every mention of Brexit on any website into 'breadsticks'
Rozmiar pliku 26.49 KB
Liczba instalacji 47
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2019-04-05
Data Publikacji 2019-04-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper nkhilv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.nikhilvijayan.com
Obsługiwane Języki 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"
        }
    ]
}