TXT RPLCR

Replaces one or more words on websites just for fun.

Vad är TXT RPLCR?

TXT RPLCR är en Chrome-tillägg utvecklad av raum für medien, och dess huvudfunktion är "Replaces one or more words on websites just for fun.".

Tilläggsskärmbilder

screenshot

Ladda ner TXT RPLCR-förlängningens CRX-fil

Ladda ner TXT RPLCR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn TXT RPLCR TXT RPLCR
ID ljmcpfadmahmlkjcckmbkgihblabfhhi
Officiell webbadress https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi
Beskrivning Replaces one or more words on websites just for fun.
Filstorlek 45.91 KB
Antal Installationer 46
Aktuell Version 1.1
Senast Uppdaterad 2016-07-25
Publiceringsdatum 2016-07-25
Utvecklare raum für medien
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}