iPhone to Ugly Duckling

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

Co to jest iPhone to Ugly Duckling?

iPhone to Ugly Duckling to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces the text 'iPhone' with 'Ugly Duckling'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia iPhone to Ugly Duckling

Pobierz pliki rozszerzeń iPhone to Ugly Duckling w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa iPhone to Ugly Duckling iPhone to Ugly Duckling
ID cgpplocimkfdamfhajefppoblndbkplk
Oficjalny URL https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk
Opis Replaces the text 'iPhone' with 'Ugly Duckling'.
Rozmiar pliku 13.97 KB
Liczba instalacji 32
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-06-02
Data Publikacji 2015-06-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/eferrao/iPhone-to-Ugly-Duckling
Obsługiwane Języki 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"
        }
    ]
}