Igloo Australia
Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.
What is Igloo Australia?
Igloo Australia is a Chrome extension developed by MUmarSeyal, and its main feature is "Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.".
Extension Screenshots
Download Igloo Australia Extension CRX File
Download Igloo Australia 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
NOTE: Extension is Turned OFF by default. Please click the Extension Icon to turn it ON. NOTE: Extension is Turned OFF by default. Please click the Extension Icon to turn it ON. NOTE: Extension is Turned OFF by default. Please click the Extension Icon to turn it ON. Tired of seeing pictures of Iggy Azalea?! Install this extension and you can get rid of annoying Iggy and Iggy pictures. With this extension you will have the power to change all the texts containing anything related to Iggy to whatever you desire, default is 'Igloo Australia'. And Either blur pictures of Iggy Azalea or Swap them to have a more of Iggy's reputation - Trash. NOTE: Extension is Turned OFF by default. Please click the Extension Icon to turn it ON. NOTE: Extension is Turned OFF by default. Please click the Extension Icon to turn it ON. NOTE: Extension is Turned OFF by default. Please click the Extension Icon to turn it ON.
Extension Basic Information
Name | |
ID | jfnoonfpnokiockjfdkhlpoggidkkihp |
Official URL | https://chrome.google.com/webstore/detail/jfnoonfpnokiockjfdkhlpoggidkkihp |
Description | Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can. |
File Size | 5.4 MB |
Installation Count | 10 |
Current Version | 1.0.1.6 |
Last Updated | 2015-07-27 |
Publish Date | 2015-07-27 |
Rating | 4.00/5 Total 4 Ratings |
Developer | MUmarSeyal |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "M Umar Seyal", "name": "Igloo Australia", "manifest_version": 2, "version": "1.0.1.6", "description": "Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.", "background": { "scripts": [ "Scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery.min.js", "contentEditor.min.js", "underscore-min.js" ], "run_at": "document_start" } ], "icons": { "16": "\/Icons\/icon_full16.png", "48": "\/Icons\/icon_full48.png", "128": "\/Icons\/icon_full128.png" }, "browser_action": { "default_title": "Iggy to Trash", "default_popup": "popup.html", "default_icon": "\/Icons\/icon_full.png" }, "permissions": [ "tabs", "windows", "storage", "tts" ] } |