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 |
| Eメール | [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"
}
} | |