Trump Replacer

This extension will replace all mentions of Trump's name with your selected word or phrase

Co to jest Trump Replacer?

Trump Replacer to rozszerzenie Chrome opracowane przez taylor.hocutt, a jego główną funkcją jest „This extension will replace all mentions of Trump's name with your selected word or phrase”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trump Replacer

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

                        Add this app to your Chrome browser and replace all instances of "Trump" with a word or phrase of your choice! Just click the plugin icon in the top of your browser and enter in a new value.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trump Replacer Trump Replacer
ID iadkfodhaefhacmoigoakjcoagcfffld
Oficjalny URL https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld
Opis This extension will replace all mentions of Trump's name with your selected word or phrase
Rozmiar pliku 6.09 KB
Liczba instalacji 114
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2016-11-21
Data Publikacji 2016-11-21
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper taylor.hocutt
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": "Trump Replacer",
    "description": "This extension will replace all mentions of Trump's name with your selected word or phrase",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}