Dump Trump

Naming Donald Trump for what he actually is.

Co to jest Dump Trump?

Dump Trump to rozszerzenie Chrome opracowane przez Heather Akers-Healy, a jego główną funkcją jest „Naming Donald Trump for what he actually is.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dump Trump

Pobierz pliki rozszerzeń Dump Trump 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 hand-crafted, artisanal Chrome extension mocks Donald Trump by adding phrases to his name that reflect his character.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dump Trump Dump Trump
ID cmigfbbmdkdjellndicbndnihppijaac
Oficjalny URL https://chromewebstore.google.com/detail/dump-trump/cmigfbbmdkdjellndicbndnihppijaac
Opis Naming Donald Trump for what he actually is.
Rozmiar pliku 48.63 KB
Liczba instalacji 16
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2017-01-22
Data Publikacji 2017-01-22
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Heather Akers-Healy
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dump Trump",
    "version": "0.1.3",
    "description": "Naming Donald Trump for what he actually is.",
    "author": "Heather Akers-Healy",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}