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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |