Deplorable Extension

Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.

Co to jest Deplorable Extension?

Deplorable Extension to rozszerzenie Chrome opracowane przez deplorable, a jego główną funkcją jest „Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.”.

Pobierz plik CRX rozszerzenia Deplorable Extension

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

                        Changes occurrences of 'Trump' or 'Donald Trump' to 'GOD EMPEROR TRUMP' and occurrences of 'Hillary' or 'Hillary Clinton' to 'Crooked Hillary'.                    

Podstawowe informacje o rozszerzeniu

Nazwa Deplorable Extension Deplorable Extension
ID ompbljdfaklkcdhgfclcjhgnmmooelcn
Oficjalny URL https://chrome.google.com/webstore/detail/deplorable-extension/ompbljdfaklkcdhgfclcjhgnmmooelcn
Opis Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.
Rozmiar pliku 14.83 KB
Liczba instalacji 18
Aktualna Wersja 6.16
Ostatnia Aktualizacja 2016-09-25
Data Publikacji 2016-09-25
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper deplorable
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "deplorable.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.",
    "icons": {
        "16": "mlg16.jpg",
        "32": "mlg32.jpg",
        "48": "mlg48.jpg",
        "128": "mlg128.jpg"
    },
    "name": "Deplorable Extension",
    "short_name": "Deplorable",
    "version": "6.16"
}