Wordy Changey

It changes words

Wat is Wordy Changey?

Wordy Changey is een Chrome-extensie ontwikkeld door P1g3oN, en de belangrijkste functie is "It changes words".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wordy Changey

Download Wordy Changey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        It changes any words you want.

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

Basisinformatie over de Extensie

Naam Wordy Changey Wordy Changey
ID ahpimaknanndebgdfdbcgibblcpdelde
Officiële URL https://chromewebstore.google.com/detail/wordy-changey/ahpimaknanndebgdfdbcgibblcpdelde
Beschrijving It changes words
Bestandsgrootte 53.07 KB
Aantal Installaties 40
Huidige Versie 1.0
Laatst Bijgewerkt 2020-11-13
Publicatiedatum 2018-10-16
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar P1g3oN
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}