Replace Trump!

Replace text instances of Trump with a nickname of your choosing.

Co to jest Replace Trump!?

Replace Trump! to rozszerzenie Chrome opracowane przez replace_t*, a jego główną funkcją jest „Replace text instances of Trump with a nickname of your choosing.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Replace Trump!

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

                        Tired of reading about President Donald Trump? Want some comedic relief to the constant stream of Trump news? 

Use this extension to replace and optionally highlight all text instances of "Trump" (and variations such as "Donald J. Trump") with a funny nickname.

Currently, only a fixed list of nicknames are supported, but custom nicknames and other features are forthcoming!

Questions/bugs/feature requests, please email: [email protected] or tweet @ReplaceTrumpApp                    

Podstawowe informacje o rozszerzeniu

Nazwa Replace Trump! Replace Trump!
ID bfgjmlgidednjbohbgibmbemjccoekml
Oficjalny URL https://chrome.google.com/webstore/detail/replace-trump/bfgjmlgidednjbohbgibmbemjccoekml
Opis Replace text instances of Trump with a nickname of your choosing.
Rozmiar pliku 1.53 MB
Liczba instalacji 22
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-04-20
Data Publikacji 2017-04-20
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper replace_t*
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",
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/vendors\/jquery-3.1.1.min.js",
                "src\/vendors\/jquery.mark.min.js",
                "src\/settings.js",
                "src\/replacement.js",
                "src\/content_script_trump.js"
            ],
            "css": [
                "content_script_styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replace text instances of Trump with a nickname of your choosing.",
    "manifest_version": 2,
    "name": "Replace Trump!",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "0.2"
}