yoursearch.ai

The search engine of the future is here - Explore the web with the power of AI

Τι είναι το yoursearch.ai;

Το yoursearch.ai είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yoursearch.ai, και η κύρια λειτουργία του είναι "The search engine of the future is here - Explore the web with the power of AI".

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

Λήψη αρχείου CRX της επέκτασης yoursearch.ai

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

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

                        Introducing the ultimate web browser extension for an AI-powered search engine - the perfect tool to enhance your online browsing experience!

Our AI search engine is designed to deliver lightning-fast, accurate results based on your search queries, and our browser extension takes this to the next level. With this extension, you can easily search for anything on the web, without even leaving your current tab.

Here are just a few of the benefits you'll enjoy with our browser extension:

- Instant search results: No more waiting for pages to load - our AI-powered search engine delivers instant results, so you can find what you need quickly and easily.
- Smart suggestions: Our AI technology will suggest the most relevant search results based on your previous search queries, making it easier to find what you're looking for.
- Streamlined browsing: Our extension integrates seamlessly with your web browser, so you can search the web without interrupting your workflow or browsing experience.
- Customizable settings: Tailor your search experience to your needs with customizable settings that let you adjust your search results based on your preferences.

Whether you're a student, a professional, or just someone who loves browsing the web, our AI search engine and browser extension are the perfect tools to help you find what you're looking for, faster and easier than ever before. So why wait? Download our extension today and start exploring the web like never before!                    

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

Όνομα yoursearch.ai yoursearch.ai
ID lenhchbcbcddholelgpgkjamebedbabb
Επίσημο URL https://chromewebstore.google.com/detail/yoursearchai/lenhchbcbcddholelgpgkjamebedbabb
Περιγραφή The search engine of the future is here - Explore the web with the power of AI
Μέγεθος Αρχείου 192 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2023-04-29
Ημερομηνία Δημοσίευσης 2023-03-31
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής yoursearch.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://app.yoursearch.ai
URL της Σελίδας Πολιτικής Απορρήτου https://yoursearch.ai/privacy
Υποστηριζόμενες Γλώσσες de,en,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "0.1.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/app.yoursearch.ai",
        "search_provider": {
            "name": "yoursearch.ai",
            "keyword": "yoursearch.ai",
            "search_url": "https:\/\/app.yoursearch.ai\/?q={searchTerms}",
            "favicon_url": "https:\/\/app.yoursearch.ai\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.yoursearch.ai\/*"
        ]
    }
}