Search Obituaries

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

Vad är Search Obituaries?

Search Obituaries är en Chrome-tillägg utvecklad av Search Obituaries, och dess huvudfunktion är "Search Obituaries replaces your new tab with online obituary search with sponsored web search. Search Obituaries new tab features…".

Tilläggsskärmbilder

screenshot

Ladda ner Search Obituaries-förlängningens CRX-fil

Ladda ner Search Obituaries-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Search Obituaries Search Obituaries
ID mfdjdcehbbppoogkamldmbihomamhmca
Officiell webbadress https://chromewebstore.google.com/detail/search-obituaries/mfdjdcehbbppoogkamldmbihomamhmca
Beskrivning Search Obituaries replaces your new tab with online obituary search with sponsored web search. Search Obituaries new tab features…
Filstorlek 1.32 MB
Antal Installationer 10,000
Aktuell Version 1.0.0
Senast Uppdaterad 2022-05-11
Publiceringsdatum 2022-05-11
Utvecklare Search Obituaries
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://searchobituaries.org/pages/privacy.html
Stödda Språk 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:;"
    }
}