Igloo Australia
Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.
Hvad er Igloo Australia?
Igloo Australia er en Chrome-udvidelse udviklet af MUmarSeyal, og dens hovedfunktion er "Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can.".
Udvidelsesskærmbilleder
Download Igloo Australia-udvidelses-CRX-fil
Download Igloo Australia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jfnoonfpnokiockjfdkhlpoggidkkihp |
Officiel URL | https://chrome.google.com/webstore/detail/jfnoonfpnokiockjfdkhlpoggidkkihp |
Beskrivelse | Gives user the option to either Blur pictures of Iggy Azalea or change them with a picture of Trash can. |
Filstørrelse | 5.4 MB |
Antal Installationer | 10 |
Nuværende Version | 1.0.1.6 |
Senest Opdateret | 2015-07-27 |
Udgivelsesdato | 2015-07-27 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | MUmarSeyal |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |