Word Swap

This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…

Co je Word Swap?

Word Swap je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…“.

Stáhnout soubor CRX rozšíření Word Swap

Stáhněte si soubory rozšíření Word Swap 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í

                        This chrome extension allows you to set a word to always appear as a different word on a webpage!

Users have used this app to explore representation of gendered words on webpages, change the news in funny ways, and make explicit language disappear!                    

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

Název Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
Oficiální URL https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
Popis This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…
Velikost souboru 4.95 KB
Počet instalací 41
Aktuální Verze 0.2.2
Poslední Aktualizace 2017-04-19
Datum Vydání 2017-04-19
Vývojář Unknown
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Swap",
    "version": "0.2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Word Swap",
        "default_popup": "popup.html"
    }
}