Liberal to Lizard

Replaces the text 'liberal' with 'lizard'.

Qu'est-ce que Liberal to Lizard ?

Liberal to Lizard est une extension Chrome développée par Alex Hixon, et sa fonction principale est "Replaces the text 'liberal' with 'lizard'.".

Télécharger le fichier CRX de l'extension Liberal to Lizard

Téléchargez les fichiers d'extension Liberal to Lizard 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 Liberal to Lizard Liberal to Lizard
ID gffjgnochcilollgommfhgndmfanbbnk
URL Officiel https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk
Description Replaces the text 'liberal' with 'lizard'.
Taille du Fichier 19.06 KB
Nombre d'Installations 31
Version Actuelle 1.0
Dernière Mise à Jour 2014-09-05
Date de Publication 2014-09-05
Évaluation 1.00/5 Total 1 Évaluations
Développeur Alex Hixon
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": "Liberal to Lizard",
    "version": "1.0",
    "description": "Replaces the text 'liberal' with 'lizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}