SearchScene – The Charitable Search Engine

SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change.

Co je SearchScene – The Charitable Search Engine?

SearchScene – The Charitable Search Engine je rozšíření Chrome vyvinuté http://searchscene.com, a jeho hlavní funkcí je „SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SearchScene – The Charitable Search Engine

Stáhněte si soubory rozšíření SearchScene – The Charitable Search Engine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        We offer a first-class search experience and we display stunning scenery on our homepage that changes every day. 

Help make the world a better place by installing SearchScene on your browser.

By adding this extension, you make SearchScene: 
- your homepage and start page
- your new tab
- your default search engine.

➤ How it works:
We earn money through search ads, just like any other search engine. The big difference is that, instead of hoarding it all, we donate 95% of our profits to major international charities. We support charities that help to fight climate change and alleviate the suffering it causes. You can choose the charities you wish to support by visiting our homepage at SearchScene.com and clicking on the charity icon in the top right hand corner of the page.

➤ A first-class search experience:
SearchScene provides the latest, rich-content search results that you've come to expect from your usual search engine, like Google or Bing. This includes images, videos, news, detailed knowledge panels and instant answers embedded in your web search results. We also offer dedicated image search, news search and video search, which allows you to play videos without even leaving our site. Our search results are provided by Bing and enhanced with our own algorithms, giving you a truly first-class search experience.

➤ Wallpaper scenery that changes every time you open a new tab:
Discover the world's most beautiful places by installing SearchScene on your browser. Our homepage scenery changes every time you open a new tab. Experience some of the most stunning scenery you will ever see, including spectacular seascapes, lakes, coastlines, waterfalls, amazing buildings, stunning wildlife images, impressive cityscapes and much more.

➤ Dark Mode:
Simply flick the switch in our side menu to activate Dark Mode and your search results will go dark. This is great for reducing eye-strain when searching the web, especially in low light. It also saves energy, which in turn helps save the planet just that little bit more.

➤ Transparency:
Unlike some charitable search engines, we publish the actual receipts from the various charities we've donated to on our website, as proof of all the donations we've made. Visit SearchScene.com for more information.

➤ Privacy:
We care about your privacy: we don't save your searches, we don't track you or the websites you visit, we don't sell your data to advertisers and all your searches are encrypted. You can read more on our privacy policy page: https://www.searchscene.com/privacy-policy

➤ You can learn more about SearchScene by visiting our homepage and scrolling down the page...
https://www.searchscene.com/                    

Základní Informace o Rozšíření

Název SearchScene – The Charitable Search Engine SearchScene – The Charitable Search Engine
ID mhbnohclbfjlnkjegnfhpidjlejbdgci
Oficiální URL https://chrome.google.com/webstore/detail/searchscene-%E2%80%93-the-charita/mhbnohclbfjlnkjegnfhpidjlejbdgci
Popis SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change.
Velikost souboru 6.58 MB
Počet instalací 1,000
Aktuální Verze 1.10
Poslední Aktualizace 2021-11-29
Datum Vydání 2020-03-17
Hodnocení 4.94/5 Celkem 99 Hodnocení
Vývojář http://searchscene.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.searchscene.com/
URL Stránky Nápovědy https://www.searchscene.com/contact-us
URL Stránky Zásad Ochrany Soukromí https://www.searchscene.com/privacy-policy
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchScene \u2013 The Charitable Search Engine",
    "version": "1.10",
    "description": "SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "SearchScene \u2013 The Charitable Search Engine",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.searchscene.com\/?ext=chrome&action=homepage",
        "startup_pages": [
            "https:\/\/www.searchscene.com\/?ext=chrome&action=startup"
        ],
        "search_provider": {
            "name": "SearchScene",
            "search_url": "https:\/\/www.searchscene.com\/search\/?q={searchTerms}&ext=chrome",
            "image_url": "https:\/\/www.searchscene.com\/search\/?q={searchTerms}&searchType=images&ext=chrome",
            "keyword": "searchscene",
            "favicon_url": "https:\/\/www.searchscene.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.searchscene.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.searchscene.com\/*"
        ]
    }
}