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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MUmarSeyal และคุณลักษณะหลักของมันคือ "Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Igloo Australia
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |