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 to jest Word Swap?

Word Swap to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „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…”.

Pobierz plik CRX rozszerzenia Word Swap

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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
Oficjalny URL https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
Opis 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…
Rozmiar pliku 4.95 KB
Liczba instalacji 41
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2017-04-19
Data Publikacji 2017-04-19
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    }
}