Wordy Changey

It changes words

Cos'è Wordy Changey?

Wordy Changey è un'estensione di Chrome sviluppata da P1g3oN, e la sua funzione principale è "It changes words".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wordy Changey

Scarica i file di estensione Wordy Changey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It changes any words you want.

Way easier to use than Word Replacer II! Just press the icon in the top right corner.                    

Informazioni di Base sull'Estensione

Nome Wordy Changey Wordy Changey
ID ahpimaknanndebgdfdbcgibblcpdelde
URL Ufficiale https://chromewebstore.google.com/detail/wordy-changey/ahpimaknanndebgdfdbcgibblcpdelde
Descrizione It changes words
Dimensione del File 53.07 KB
Conteggio Installazioni 40
Versione Corrente 1.0
Ultimo Aggiornamento 2020-11-13
Data di Pubblicazione 2018-10-16
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore P1g3oN
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordy Changey",
    "version": "1.0",
    "description": "It changes words",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}