iPhone to Ugly Duckling

Replaces the text 'iPhone' with 'Ugly Duckling'.

Qu'est-ce que iPhone to Ugly Duckling ?

iPhone to Ugly Duckling est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the text 'iPhone' with 'Ugly Duckling'.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iPhone to Ugly Duckling

Téléchargez les fichiers d'extension iPhone to Ugly Duckling 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

                        Chrome extension that reveals the *real* truth behind iPhone.                    

Informations de Base sur l'Extension

Nom iPhone to Ugly Duckling iPhone to Ugly Duckling
ID cgpplocimkfdamfhajefppoblndbkplk
URL Officiel https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk
Description Replaces the text 'iPhone' with 'Ugly Duckling'.
Taille du Fichier 13.97 KB
Nombre d'Installations 32
Version Actuelle 1.1
Dernière Mise à Jour 2015-06-02
Date de Publication 2015-06-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/eferrao/iPhone-to-Ugly-Duckling
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iPhone to Ugly Duckling",
    "short_name": "Ugly Duckling",
    "description": "Replaces the text 'iPhone' with 'Ugly Duckling'.",
    "author": "Elizabeth Ferrao",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}