TXT RPLCR

Replaces one or more words on websites just for fun.

Wat is TXT RPLCR?

TXT RPLCR is een Chrome-extensie ontwikkeld door raum für medien, en de belangrijkste functie is "Replaces one or more words on websites just for fun.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TXT RPLCR

Download TXT RPLCR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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<< ;-)                    

Basisinformatie over de Extensie

Naam TXT RPLCR TXT RPLCR
ID ljmcpfadmahmlkjcckmbkgihblabfhhi
Officiële URL https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi
Beschrijving Replaces one or more words on websites just for fun.
Bestandsgrootte 45.91 KB
Aantal Installaties 46
Huidige Versie 1.1
Laatst Bijgewerkt 2016-07-25
Publicatiedatum 2016-07-25
Ontwikkelaar raum für medien
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}