Straight Pride corrector

Replaces all instances of "straight pride" to "pride for boring cunts"

Co to jest Straight Pride corrector?

Straight Pride corrector to rozszerzenie Chrome opracowane przez CraigTinney, a jego główną funkcją jest „Replaces all instances of "straight pride" to "pride for boring cunts"”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Straight Pride corrector

Pobierz pliki rozszerzeń Straight Pride corrector 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

                        Replaces the words "straight pride" with "pride for boring cunts".                    

Podstawowe informacje o rozszerzeniu

Nazwa Straight Pride corrector Straight Pride corrector
ID jffncbnjkamcedlflklkmfiianoajhkg
Oficjalny URL https://chrome.google.com/webstore/detail/straight-pride-corrector/jffncbnjkamcedlflklkmfiianoajhkg
Opis Replaces all instances of "straight pride" to "pride for boring cunts"
Rozmiar pliku 29.55 KB
Liczba instalacji 219
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-06-02
Data Publikacji 2018-06-02
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper CraigTinney
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Straight Pride corrector",
    "version": "1.0",
    "description": "Replaces all instances of \"straight pride\" to \"pride for boring cunts\"",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}