Glorifind - Search Engine

Search with Faith

Τι είναι το Glorifind - Search Engine;

Το Glorifind - Search Engine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://glorifind.com, και η κύρια λειτουργία του είναι "Search with Faith".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Glorifind - Search Engine

Λήψη αρχείων επέκτασης Glorifind - Search Engine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use your address bar to search with Glorifind, and find answers to all of your queries.

In a time when big tech is overtly secular, Glorifind is a search engine built to display the truth and beauty we've been blessed with.

➤ Instructions
1. Click "Add to Chrome" and accept.
2. Type something in your URL bar to make a search.
3. Click "Keep Changes", the smaller button.

After you make that first search, Google Chrome tries to force you to stay with Google, but you can avoid this with the "Keep Changes" option, the smaller button.

➤ Features
* World class, entire web search results.
* Christian values baked in. Truth is non-negotiable.
* No extension fluff (added tracking or bloatware)

➤Full Web Search Engine
Other attempts at Christian search engines are simply too small in scope. They may be useful for searching specific sites, but you only get results from those few pages.

On Glorifind, you can search for all sorts of things, just like you would search on Google.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Glorifind - Search Engine Glorifind - Search Engine
ID jefeejcmocgiekfpmiepdjjoopodmnmb
Επίσημο URL https://chromewebstore.google.com/detail/glorifind-search-engine/jefeejcmocgiekfpmiepdjjoopodmnmb
Περιγραφή Search with Faith
Μέγεθος Αρχείου 19.6 KB
Αριθμός Εγκαταστάσεων 1,133
Τρέχουσα Έκδοση 3.4.6
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2021-01-09
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://glorifind.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://glorifind.com
Διεύθυνση URL της Σελίδας Βοήθειας https://glorifind.com/pages/contact
URL της Σελίδας Πολιτικής Απορρήτου https://glorifind.com/pages/Privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Glorifind"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/glorifind.com\/site\/uploads\/2024\/Jan\/10\/GlorifindIcon.svg",
            "image_url": "https:\/\/glorifind.com\/search?q={searchTerms}&engine=2&utm_source=extension&utm_medium=chrome&channel=7268347550",
            "is_default": true,
            "keyword": "glorifind.com",
            "name": "Glorifind",
            "search_url": "https:\/\/glorifind.com\/search?q={searchTerms}&engine=1&utm_source=extension&utm_medium=chrome&channel=7268347550"
        }
    },
    "content_scripts": [
        {
            "css": [
                "extension.css"
            ],
            "matches": [
                "https:\/\/glorifind.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Search with Faith",
    "host_permissions": [
        "https:\/\/glorifind.com\/"
    ],
    "icons": {
        "192": "icon192.png",
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "manifest_version": 3,
    "name": "Glorifind - Search Engine",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [],
    "version": "3.4.6"
}