Search Obituaries

Search Obituaries replaces your new tab with online obituary search with sponsored web search. Search Obituaries new tab features…

Cos'è Search Obituaries?

Search Obituaries è un'estensione di Chrome sviluppata da Search Obituaries, e la sua funzione principale è "Search Obituaries replaces your new tab with online obituary search with sponsored web search. Search Obituaries new tab features…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search Obituaries

Scarica i file di estensione Search Obituaries in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Search Obituaries replaces your new tab with online obituary search with sponsored web search.

Search Obituaries new tab features Online Obituary Search, Weather & More.

The Installation of this extension will configure your New Tab Page to Search Obituaries. Search Obituaries extension is all you need to start browsing with quick access to online obituary Search.

Features:
- Enter First & Last Name to search the latest obituaries.
- Get more precise and filter by State or Date.
- Browse High School, City, & Newspaper Obituaries.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://searchobituaries.org/pages/privacy.html
EULA: https://searchobituaries.org/pages/eula.html

Uninstall Instructions: 
https://searchobituaries.org/pages/uninstall.html                    

Informazioni di Base sull'Estensione

Nome Search Obituaries Search Obituaries
ID mfdjdcehbbppoogkamldmbihomamhmca
URL Ufficiale https://chromewebstore.google.com/detail/search-obituaries/mfdjdcehbbppoogkamldmbihomamhmca
Descrizione Search Obituaries replaces your new tab with online obituary search with sponsored web search. Search Obituaries new tab features…
Dimensione del File 1.32 MB
Conteggio Installazioni 10,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-05-11
Data di Pubblicazione 2022-05-11
Sviluppatore Search Obituaries
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://searchobituaries.org/pages/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 3,
    "short_name": "Search Obituaries",
    "name": "Search Obituaries",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/searchobituaries.org https:\/\/api.openweathermap.org https:\/\/www.bing.com https:\/\/r.bing.com https:\/\/geoip-js.com; script-src 'self'; object-src 'self'; font-src 'self' https:\/\/pro.fontawesome.com https:\/\/code.jquery.com https:\/\/geoip-js.com data:;  style-src https:\/\/www.bing.com https:\/\/r.bing.com 'self' https:\/\/pro.fontawesome.com; img-src 'self' https:\/\/openweathermap.org  * data:;"
    }
}