The Offensifier

Finds words that rhyme with swear words and switches them

Co to jest The Offensifier?

The Offensifier to rozszerzenie Chrome opracowane przez offensivist, a jego główną funkcją jest „Finds words that rhyme with swear words and switches them”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia The Offensifier

Pobierz pliki rozszerzeń The Offensifier 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

                        The Offensifier scans the webpage you're on and changes any words that rhyme with "fuck", "shit" or "cunt" to their respective swear words. 

Can you spot the two changes to the news site on the left?

More will be added soon.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
Oficjalny URL https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Opis Finds words that rhyme with swear words and switches them
Rozmiar pliku 5.19 KB
Liczba instalacji 63
Aktualna Wersja 2
Ostatnia Aktualizacja 2014-10-23
Data Publikacji 2014-10-23
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper offensivist
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Offensifier",
    "description": "Finds words that rhyme with swear words and switches them",
    "version": "2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}