Bing Unchained - Use new Bing in Chrome
Use new Bing in Chrome
Cos'è Bing Unchained - Use new Bing in Chrome?
Bing Unchained - Use new Bing in Chrome è un'estensione di Chrome sviluppata da sU4NHu4NpUj, e la sua funzione principale è "Use new Bing in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bing Unchained - Use new Bing in Chrome
Scarica i file di estensione Bing Unchained - Use new Bing in Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Use new bing in Chrome, instead of being forced to switch browser to Edge.
Informazioni di Base sull'Estensione
Nome | |
ID | laldfnbbeocphnilnofhedhcjcnchbld |
URL Ufficiale | https://chrome.google.com/webstore/detail/bing-unchained-use-new-bi/laldfnbbeocphnilnofhedhcjcnchbld |
Descrizione | Use new Bing in Chrome |
Dimensione del File | 58.94 KB |
Conteggio Installazioni | 52,180 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2023-05-06 |
Data di Pubblicazione | 2023-02-15 |
Valutazione | 3.98/5 Totale 97 Valutazioni |
Sviluppatore | sU4NHu4NpUj |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/wong2_x |
URL della Pagina di Aiuto | https://twitter.com/wong2_x |
Lingue Supportate | 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" ] } ] } |