Igloo Australia

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

什么是Igloo Australia?

Igloo Australia是由MUmarSeyal开发的Chrome扩展程序,该扩展的主要功能是“Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Igloo Australia扩展crx文件

下载Igloo Australia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Igloo Australia Igloo Australia
ID jfnoonfpnokiockjfdkhlpoggidkkihp
官方URL https://chrome.google.com/webstore/detail/jfnoonfpnokiockjfdkhlpoggidkkihp
简介 Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.
文件大小 5.4 MB
安装次数 10
当前版本 1.0.1.6
更新时间 2015-07-27
上架时间 2015-07-27
评分 4.00/5 共4次评分
开发者 MUmarSeyal
付费类型 free
支持的语言 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"
    ]
}