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
官方網址 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"
    ]
}