iPhone to Ugly Duckling
Replaces the text 'iPhone' with 'Ugly Duckling'.
Cos'è iPhone to Ugly Duckling?
iPhone to Ugly Duckling è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the text 'iPhone' with 'Ugly Duckling'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iPhone to Ugly Duckling
Scarica i file di estensione iPhone to Ugly Duckling in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome extension that reveals the *real* truth behind iPhone.
Informazioni di Base sull'Estensione
Nome | iPhone to Ugly Duckling |
ID | cgpplocimkfdamfhajefppoblndbkplk |
URL Ufficiale | https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk |
Descrizione | Replaces the text 'iPhone' with 'Ugly Duckling'. |
Dimensione del File | 13.97 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-06-02 |
Data di Pubblicazione | 2015-06-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/eferrao/iPhone-to-Ugly-Duckling |
Lingue Supportate | 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" } ] } |