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"
    ]
}