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
官方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
电子邮箱 [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"
    }
}