Cyber to Wizard

Replaces the text 'cyber' with 'wizard'.

Qu'est-ce que Cyber to Wizard ?

Cyber to Wizard est une extension Chrome développée par Will Oberndorfer, et sa fonction principale est "Replaces the text 'cyber' with 'wizard'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cyber to Wizard

Téléchargez les fichiers d'extension Cyber to Wizard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Replaces 'cyber' with 'wizard'. They're the same thing, right?                    

Informations de Base sur l'Extension

Nom Cyber to Wizard Cyber to Wizard
ID ijefilfadoeifnioiaajdiioacmdebel
URL Officiel https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel
Description Replaces the text 'cyber' with 'wizard'.
Taille du Fichier 3.36 KB
Nombre d'Installations 58
Version Actuelle 1.0
Dernière Mise à Jour 2015-05-26
Date de Publication 2015-05-25
Évaluation 5.00/5 Total 6 Évaluations
Développeur Will Oberndorfer
Type de Paiement free
Site Web de l'Extension https://github.com/mancxvi/cyber-to-wizard
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyber to Wizard",
    "version": "1.0",
    "description": "Replaces the text 'cyber' with 'wizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}