Bing Unchained - Use new Bing in Chrome
Use new Bing in Chrome
Vad är Bing Unchained - Use new Bing in Chrome?
Bing Unchained - Use new Bing in Chrome är en Chrome-tillägg utvecklad av sU4NHu4NpUj, och dess huvudfunktion är "Use new Bing in Chrome".
Tilläggsskärmbilder
Ladda ner Bing Unchained - Use new Bing in Chrome-förlängningens CRX-fil
Ladda ner Bing Unchained - Use new Bing in Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use new bing in Chrome, instead of being forced to switch browser to Edge.
Grundläggande Information om Tillägg
Namn | |
ID | laldfnbbeocphnilnofhedhcjcnchbld |
Officiell webbadress | https://chrome.google.com/webstore/detail/bing-unchained-use-new-bi/laldfnbbeocphnilnofhedhcjcnchbld |
Beskrivning | Use new Bing in Chrome |
Filstorlek | 58.94 KB |
Antal Installationer | 52,180 |
Aktuell Version | 1.4.0 |
Senast Uppdaterad | 2023-05-06 |
Publiceringsdatum | 2023-02-15 |
Betyg | 3.98/5 Totalt 97 Betyg |
Utvecklare | sU4NHu4NpUj |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://twitter.com/wong2_x |
Hjälpsida URL | https://twitter.com/wong2_x |
Stödda Språk | 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" ] } ] } |