Igloo Australia

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

Igloo Australia là gì?

Igloo Australia là một tiện ích mở rộng Chrome được phát triển bởi MUmarSeyal, và tính năng chính của nó là "Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Igloo Australia

Tải xuống các tệp mở rộng Igloo Australia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Igloo Australia Igloo Australia
ID jfnoonfpnokiockjfdkhlpoggidkkihp
URL Chính Thức https://chrome.google.com/webstore/detail/jfnoonfpnokiockjfdkhlpoggidkkihp
Mô tả Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.
Kích Thước Tệp 5.4 MB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0.1.6
Cập Nhật Lần Cuối 2015-07-27
Ngày Phát Hành 2015-07-27
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển MUmarSeyal
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}