iPhone to Ugly Duckling
Replaces the text 'iPhone' with 'Ugly Duckling'.
What is iPhone to Ugly Duckling?
iPhone to Ugly Duckling is a Chrome extension developed by Unknown, and its main feature is "Replaces the text 'iPhone' with 'Ugly Duckling'.".
Extension Screenshots
Download iPhone to Ugly Duckling Extension CRX File
Download iPhone to Ugly Duckling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension that reveals the *real* truth behind iPhone.
Extension Basic Information
Name | iPhone to Ugly Duckling |
ID | cgpplocimkfdamfhajefppoblndbkplk |
Official URL | https://chromewebstore.google.com/detail/iphone-to-ugly-duckling/cgpplocimkfdamfhajefppoblndbkplk |
Description | Replaces the text 'iPhone' with 'Ugly Duckling'. |
File Size | 13.97 KB |
Installation Count | 32 |
Current Version | 1.1 |
Last Updated | 2015-06-02 |
Publish Date | 2015-06-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/eferrao/iPhone-to-Ugly-Duckling |
Supported Languages | 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" } ] } |