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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}