Chrometana Pro - Redirect Cortana and Bing

Force Windows 10 and Cortana to use Google Chrome and your favorite search engine instead of Bing!

Τι είναι το Chrometana Pro - Redirect Cortana and Bing;

Το Chrometana Pro - Redirect Cortana and Bing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://guiselin.com, και η κύρια λειτουργία του είναι "Force Windows 10 and Cortana to use Google Chrome and your favorite search engine instead of Bing!".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chrometana Pro - Redirect Cortana and Bing

Λήψη αρχείων επέκτασης Chrometana Pro - Redirect Cortana and Bing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Now open source! Find this project on GitHub.

Microsoft tries very hard to make us love and use their new browser, Edge, and their awful search engine Bing; going as far as to make it very difficult for Windows 10 and 11 users to use anything else.

Turn the tide with Chrometana Pro, a chrome extension forcing Windows and Cortana to use Google Chrome and your favorite search engine instead of Edge and Bing.  Pick between Google, DuckDuckGo, Yahoo, and Baidu.  Chrometana Pro also makes it very easy for you to add your own search engine and customize if Bing and/or Cortana requests will use your favorite search engine instead.

Chrometana Pro came along to fill the gap left by the original Chrometana extension whose author has abandoned the project.

Leave me feedback :D
I'd love to know what you think ;)

Changelog:
v2.3 - Fixes to redirection blocking in edge and chrome
v2.0 - Redesigned menu + renewed support for windows 10 and 11 with the wedge open-source edge deflector
v1.7 - Snazzy new logo
v1.6 - Fixed extension not redirecting from bing when chrome hasn't yet been opened
v1.4/v1.5 - (No chrome update) Firefox "Foxtana Pro" releases
v1.3 - Improved size of menu text
v1.2 - Fixed search counter counting up too quickly
v1.1 - Fixes to the install tutorial page
v1.0 - Initial Version

☎ Contact me at [email protected]
★★★★★ Rate this extension                    

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

Όνομα Chrometana Pro - Redirect Cortana and Bing Chrometana Pro - Redirect Cortana and Bing
ID lllggmgeiphnciplalhefnbpddbadfdi
Επίσημο URL https://chromewebstore.google.com/detail/chrometana-pro-redirect-c/lllggmgeiphnciplalhefnbpddbadfdi
Περιγραφή Force Windows 10 and Cortana to use Google Chrome and your favorite search engine instead of Bing!
Μέγεθος Αρχείου 113 KB
Αριθμός Εγκαταστάσεων 59,394
Τρέχουσα Έκδοση 2.3.0
Τελευταία Ενημέρωση 2023-01-19
Ημερομηνία Δημοσίευσης 2020-02-07
Αξιολόγηση 4.70/5 Συνολικά 1665 Αξιολογήσεις
Προγραμματιστής https://guiselin.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://guiselin.com
URL της Σελίδας Πολιτικής Απορρήτου http://guiselin.com/extensions/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrometana Pro - Redirect Cortana and Bing",
    "short_name": "Chrometana Pro",
    "description": "Force Windows 10 and Cortana to use Google Chrome and your favorite search engine instead of Bing!",
    "version": "2.3.0",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.bing.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "minimum_chrome_version": "101",
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_title": "Chrometana Pro"
    }
}