Automate Bing Searches Rewards
Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches
什么是Automate Bing Searches Rewards?
Automate Bing Searches Rewards是由Microsoft Rewards开发的Chrome扩展程序,该扩展的主要功能是“Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches”。
扩展截图
下载Automate Bing Searches Rewards扩展crx文件
下载Automate Bing Searches Rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automate Bing Searches Rewards Effortlessly Earn Microsoft Rewards Points with a Single Click through Automated Bing Searches
Default home search changes to bing, so you can earn rewards in normal searches.
This Extension searches to earn Microsoft Rewards points.Performs 10-20-30 vs searches
Automatically complete your searches to earn Microsoft Rewards points. 扩展基本信息
| 名称 | |
| ID | ogpmhbaencdkalhoinfnlpelohofinpj |
| 官方URL | https://chromewebstore.google.com/detail/automate-bing-searches-re/ogpmhbaencdkalhoinfnlpelohofinpj |
| 简介 | Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches |
| 文件大小 | 148 KB |
| 安装次数 | 442 |
| 当前版本 | 0.0.7 |
| 更新时间 | 2024-01-11 |
| 上架时间 | 2023-11-22 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | Microsoft Rewards |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://howtodowork.com/privacy-policy |
| 支持的语言 | en,en-GB,en-US,fr,nl,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en_US",
"version": "0.0.7",
"manifest_version": 3,
"icons": {
"128": "128icon.png",
"16": "16icon.png"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Search",
"keyword": "Search",
"search_url": "https:\/\/www.howtodowork.com\/wp-json\/wl\/v2\/search?q={searchTerms}",
"favicon_url": "https:\/\/www.howtodowork.com\/favicon.ico",
"encoding": "UTF-8",
"is_default": true
}
},
"action": {
"default_popup": "popup.html",
"default_title": "Bing Search",
"default_icon": {
"16": "16icon.png",
"64": "64icon.png",
"128": "128icon.png"
}
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |