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…

Apa itu Word Swap?

Word Swap adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "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…".

Unduh Berkas CRX Ekstensi Word Swap

Unduh file ekstensi Word Swap dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
URL Resmi https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
Deskripsi 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…
Ukuran File 4.95 KB
Jumlah Instalasi 41
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2017-04-19
Tanggal Publikasi 2017-04-19
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}