Igloo Australia

Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.

Was ist Igloo Australia?

Igloo Australia ist eine Chrome-Erweiterung, die von MUmarSeyal entwickelt wurde, und ihr Hauptmerkmal ist "Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Igloo Australia-Erweiterungs-CRX-Datei herunterladen

Laden Sie Igloo Australia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Igloo Australia Igloo Australia
ID jfnoonfpnokiockjfdkhlpoggidkkihp
Offizielle URL https://chrome.google.com/webstore/detail/jfnoonfpnokiockjfdkhlpoggidkkihp
Beschreibung Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.
Dateigröße 5.4 MB
Installationsanzahl 10
Aktuelle Version 1.0.1.6
Letztes Update 2015-07-27
Veröffentlichungsdatum 2015-07-27
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler MUmarSeyal
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}