Knox to Jackie Handz

Replaces the text 'Andrew Knox' with 'Jackie Handz'.

Qu'est-ce que Knox to Jackie Handz ?

Knox to Jackie Handz est une extension Chrome développée par Dick Hatch, et sa fonction principale est "Replaces the text 'Andrew Knox' with 'Jackie Handz'.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Knox to Jackie Handz

Téléchargez les fichiers d'extension Knox to Jackie Handz 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

                                            

Informations de Base sur l'Extension

Nom Knox to Jackie Handz Knox to Jackie Handz
ID mcedooifonhkbamlbanngbbckbkihiho
URL Officiel https://chromewebstore.google.com/detail/knox-to-jackie-handz/mcedooifonhkbamlbanngbbckbkihiho
Description Replaces the text 'Andrew Knox' with 'Jackie Handz'.
Taille du Fichier 31.11 KB
Nombre d'Installations 18
Version Actuelle 1.2
Dernière Mise à Jour 2015-04-30
Date de Publication 2015-04-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur Dick Hatch
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Knox to Jackie Handz",
    "version": "1.2",
    "description": "Replaces the text 'Andrew Knox' with 'Jackie Handz'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}