TXT RPLCR

Replaces one or more words on websites just for fun.

Co je TXT RPLCR?

TXT RPLCR je rozšíření Chrome vyvinuté raum für medien, a jeho hlavní funkcí je „Replaces one or more words on websites just for fun.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TXT RPLCR

Stáhněte si soubory rozšíření TXT RPLCR ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)                    

Základní Informace o Rozšíření

Název TXT RPLCR TXT RPLCR
ID ljmcpfadmahmlkjcckmbkgihblabfhhi
Oficiální URL https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi
Popis Replaces one or more words on websites just for fun.
Velikost souboru 45.91 KB
Počet instalací 46
Aktuální Verze 1.1
Poslední Aktualizace 2016-07-25
Datum Vydání 2016-07-25
Vývojář raum für medien
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TXT RPLCR",
    "description": "Replaces one or more words on websites just for fun.",
    "version": "1.1",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "128x128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}