iPhone to Ugly Duckling

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

Wat is iPhone to Ugly Duckling?

iPhone to Ugly Duckling is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces the text 'iPhone' with 'Ugly Duckling'.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iPhone to Ugly Duckling

Download iPhone to Ugly Duckling-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

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

Basisinformatie over de Extensie

Naam iPhone to Ugly Duckling iPhone to Ugly Duckling
ID cgpplocimkfdamfhajefppoblndbkplk
Officiële URL https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk
Beschrijving Replaces the text 'iPhone' with 'Ugly Duckling'.
Bestandsgrootte 13.97 KB
Aantal Installaties 32
Huidige Versie 1.1
Laatst Bijgewerkt 2015-06-02
Publicatiedatum 2015-06-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/eferrao/iPhone-to-Ugly-Duckling
Ondersteunde Talen 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"
        }
    ]
}