Igloo.la
Igloo. An easy way to support your cause.
Τι είναι το Igloo.la;
Το Igloo.la είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://igloo.la, και η κύρια λειτουργία του είναι "Igloo. An easy way to support your cause.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Igloo.la
Λήψη αρχείων επέκτασης Igloo.la σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension sets your search engine to Igloo, and also gives you the option to use different search engines--including a carbon free option. We customize your new tab page so you can donate to the cause you believe in. Igloo is a social platform that pays you and your friends for everything you do online. With Igloo you can donate money to your cause everytime you open a new tab, you view an ad and you get access to exclusive cashback codes with the best deals from online stores. You just surf the web, and we use our ad and cashback revenue to help you support and donate to the cause you care about the most. You buy online? You Get Paid. You view ads? You Get Paid. You open a new tab? You get paid. And—we pay you without selling your data. We are 100% committed to protecting user privacy. We don’t sell your data to advertisers, track the websites you visit and your searches are encrypted. How Igloo works: 1. Download the extension Register using the link we send you and join your cause’s Igloo. 2. Shop, Search & Use Apps Raise money for your cause every time you open a new tab. Add apps to your new tab page and even get a share of our sales commissions from exclusive cashback codes. 3. Make an impact You can save up money or donate it to your cause. Igloo gives you the freedom to fundraise for the people and causes you care about the most.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aakibbcgibmnochfklgeabglonhoideb |
Επίσημο URL | https://chrome.google.com/webstore/detail/igloola/aakibbcgibmnochfklgeabglonhoideb |
Περιγραφή | Igloo. An easy way to support your cause. |
Μέγεθος Αρχείου | 650 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 3.9.1 |
Τελευταία Ενημέρωση | 2021-06-10 |
Ημερομηνία Δημοσίευσης | 2020-09-13 |
Προγραμματιστής | http://igloo.la |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.igloo.la |
Διεύθυνση URL της Σελίδας Βοήθειας | https://igloo.freshdesk.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.igloo.la/privacy.php |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Igloo.la", "background": { "scripts": [ "shared\/jquery-2.2.4.min.js", "shared\/consts.js", "background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup\/popup.html", "default_title": "This extension sets your search engine to Igloo and customizes your new tab page so you can donate with every search and get cashback from online stores." }, "content_scripts": [ { "js": [ "shared\/jquery-2.2.4.min.js", "shared\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "Igloo. An easy way to support your cause.", "homepage_url": "http:\/\/www.igloo.la", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Igloo.la", "favicon_url": "https:\/\/www.igloo.la\/images\/logos\/icon32.png", "keyword": "search with igloo", "encoding": "UTF-8", "search_url": "https:\/\/www.igloo.la\/search\/?q={searchTerms}", "is_default": true } }, "permissions": [ "activeTab", "tabs", "webNavigation", "storage", "cookies", "topSites", "contextMenus", "chrome:\/\/favicon\/", "http:\/\/*\/", "https:\/\/*\/" ], "version": "3.9.1", "web_accessible_resources": [ "https:\/\/www.igloo.la\/*", "img\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.igloo.la https:\/\/*.taboola.com; object-src 'self'" } |