Automate Your Bing Searches

Automatically complete your Bing searches to earn Microsoft Rewards points.

什么是Automate Your Bing Searches?

Automate Your Bing Searches是由Chris开发的Chrome扩展程序,该扩展的主要功能是“Automatically complete your Bing searches to earn Microsoft Rewards points.”。

扩展截图

screenshot

下载Automate Your Bing Searches扩展crx文件

下载Automate Your Bing Searches扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Maximize your Microsoft Rewards points with Automate Your Bing Searches! This convenient tool allows you to automate your Bing searches to earn points for desktop, mobile, and Edge with just a few clicks. 

You can set the number of searches to complete, stop the searches at any time, and even customize the delay between each search. The searches can be performed in a background tab, allowing you to browse the web while it earns points for you. Plus, a tracker counts down your remaining searches, so you always know your progress.

To get started, simply pin the extension to your taskbar and click on the icon to launch the search menu. Set the number of searches to perform along with the delay between each search. Then, click 'Start Search' and watch as it automatically completes your daily searches. As long as you are in a supported region and logged into your Microsoft Rewards account, you will earn points for every search completed towards your daily limit.

Try Automate Your Bing Searches today and start earning Microsoft Rewards points with ease!                    

扩展基本信息

名称 Automate Your Bing Searches Automate Your Bing Searches
ID lnikijajdcgnahajfbjffalgnikejicd
官方URL https://chromewebstore.google.com/detail/automate-your-bing-search/lnikijajdcgnahajfbjffalgnikejicd
简介 Automatically complete your Bing searches to earn Microsoft Rewards points.
文件大小 83.1 KB
安装次数 110,500
当前版本 1.2.0.8
更新时间 2023-04-18
上架时间 2021-12-03
评分 3.65/5 共234次评分
开发者 Chris
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit?usp=sharing
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automate Your Bing Searches",
    "description": "Automatically complete your Bing searches to earn Microsoft Rewards points.",
    "version": "1.2.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/*"
            ],
            "js": [
                "quiz_taker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.bing.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}