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."입니다.
확장 프로그램 스크린샷
Igloo Australia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |