iPhone to Ugly Duckling

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

Vad är iPhone to Ugly Duckling?

iPhone to Ugly Duckling är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces the text 'iPhone' with 'Ugly Duckling'.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner iPhone to Ugly Duckling-förlängningens CRX-fil

Ladda ner iPhone to Ugly Duckling-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn iPhone to Ugly Duckling iPhone to Ugly Duckling
ID cgpplocimkfdamfhajefppoblndbkplk
Officiell webbadress https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk
Beskrivning Replaces the text 'iPhone' with 'Ugly Duckling'.
Filstorlek 13.97 KB
Antal Installationer 32
Aktuell Version 1.1
Senast Uppdaterad 2015-06-02
Publiceringsdatum 2015-06-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/eferrao/iPhone-to-Ugly-Duckling
Stödda Språk 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"
        }
    ]
}