Rewards Search Automator
With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Rewards Search Automatorとは何ですか?
Rewards Search Automatorはhttps://strifelab.comによって開発されたChromeの拡張機能で、その主な機能は「With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.」です。
拡張機能のスクリーンショット
Rewards Search Automator拡張機能のCRXファイルをダウンロード
Rewards Search Automator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards. This extension allows you to perform searches on both Desktop and Mobile devices. You can customize both the time intervals between each search and the number of searches you want to perform. It's completely free and without ads.
拡張機能の基本情報
名前 | Rewards Search Automator |
ID | paohfpjfibchbhbkdnlhjpfblafifehg |
公式URL | https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg |
説明 | With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards. |
ファイルサイズ | 870 KB |
インストール数 | 1,000 |
現在のバージョン | 1.6.0 |
最終更新日 | 2024-02-16 |
公開日 | 2023-11-21 |
評価 | 4.08/5 合計 12 レビュー |
開発者 | https://strifelab.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://strifelab.com |
ヘルプページのURL | https://strifelab.com/contatti |
プライバシーポリシーページのURL | https://andreacorriga.com/privacy_policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rewards Search Automator", "version": "1.6.0", "description": "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.", "manifest_version": 3, "author": "Andrea Corriga - Strifelab", "action": { "default_popup": "index.html", "default_title": "Search Automator" }, "permissions": [ "debugger" ], "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "background": { "service_worker": ".\/js\/background.js" } } |