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.”。

擴展截圖

screenshot

下載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 Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
官方網址 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
電子郵箱 [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"
    }
}