Bing Unchained - Use new Bing in Chrome

Use new Bing in Chrome

Qu'est-ce que Bing Unchained - Use new Bing in Chrome ?

Bing Unchained - Use new Bing in Chrome est une extension Chrome développée par sU4NHu4NpUj, et sa fonction principale est "Use new Bing in Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bing Unchained - Use new Bing in Chrome

Téléchargez les fichiers d'extension Bing Unchained - Use new Bing in Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Use new bing in Chrome, instead of being forced to switch browser to Edge.                    

Informations de Base sur l'Extension

Nom Bing Unchained - Use new Bing in Chrome Bing Unchained - Use new Bing in Chrome
ID laldfnbbeocphnilnofhedhcjcnchbld
URL Officiel https://chrome.google.com/webstore/detail/bing-unchained-use-new-bi/laldfnbbeocphnilnofhedhcjcnchbld
Description Use new Bing in Chrome
Taille du Fichier 58.94 KB
Nombre d'Installations 52,180
Version Actuelle 1.4.0
Dernière Mise à Jour 2023-05-06
Date de Publication 2023-02-15
Évaluation 3.98/5 Total 97 Évaluations
Développeur sU4NHu4NpUj
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/wong2_x
URL de la Page d'Aide https://twitter.com/wong2_x
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.bing.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "commands"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "modify_ua_header",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "commands": {
        "open-bing": {
            "description": "Open Bing Chat"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/search*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}