Goebbels Nazi Extension

Goebbels very first extension, turns SJW hate into pro-Nazi hate.

Co to jest Goebbels Nazi Extension?

Goebbels Nazi Extension to rozszerzenie Chrome opracowane przez Bob Bobson, a jego główną funkcją jest „Goebbels very first extension, turns SJW hate into pro-Nazi hate.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Goebbels Nazi Extension

Pobierz pliki rozszerzeń Goebbels Nazi Extension 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

                        This is a very simple extension, is just replaces curtain phrases such as 'men' with 'jews' and 'feminist' with 'nazi'. Now, this may seem all in bad taste to you but I assure you, it's very funny. This extension exposes the complete lunacy of 3rd-wave feminism.

Just to clarify I am not a nazi or support nazism or any form of discrimination.                    

Podstawowe informacje o rozszerzeniu

Nazwa Goebbels Nazi Extension Goebbels Nazi Extension
ID iomgmieikoadnldfkdmbggemplkfmpfl
Oficjalny URL https://chrome.google.com/webstore/detail/goebbels-nazi-extension/iomgmieikoadnldfkdmbggemplkfmpfl
Opis Goebbels very first extension, turns SJW hate into pro-Nazi hate.
Rozmiar pliku 1.34 MB
Liczba instalacji 91
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2015-05-25
Data Publikacji 2015-05-25
Ocena 4.74/5 Łącznie 19 Oceny
Deweloper Bob Bobson
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goebbels Nazi Extension",
    "short_name": "GNE",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "Goebbels very first extension, turns SJW hate into pro-Nazi hate.",
    "options_page": "options\/options.html",
    "icons": {
        "16": "assets\/gne_icon_16c.png",
        "48": "assets\/gne_icon_48c.png",
        "128": "assets\/gne_icon_128c.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/ba_icon_19c.png"
        },
        "default_title": "Add Atmosphere"
    },
    "content_scripts": [
        {
            "js": [
                "java\/script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "java\/background.js"
        ]
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "background.js",
        "script.js"
    ]
}