Automate Bing Rewards Searches

Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.

Automate Bing Rewards Searches란 무엇입니까?

Automate Bing Rewards Searches은(는) Automate Microsoft Rewards Extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Automate Bing Rewards Searches 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automate Bing Rewards Searches in background with this extension.
Select how many bing searches you need to perform and extension will do it for you! By default it will make 20 searches for you every day.
Automate Bing Rewards Searches extension creates inactive pinned tab to make searches in background. It will not take your time, just install and forget!
Earn rewards for yourself from Microsoft. It’s a free and fun way to reward yourself and make a difference.
Mobile searches are also supported - your desktop browser will pretend to be a mobile one.
Keep in mind that Microsoft may not like cheating. We are not responsible if your account is blocked. To Automate Microsoft rewards or not is your decision. This is a free app.
Privacy: We do not collect or use any information about you.

Update 1.0.3:
 * Increased interval between searches (5+ sec).
 * Fixed next launch prediction message.
 * "Run now" button added.                    

확장 프로그램 기본 정보

이름 Automate Bing Rewards Searches Automate Bing Rewards Searches
ID flohijcknfmanaelbcplbehnjhjffaeo
공식 URL https://chromewebstore.google.com/detail/automate-bing-rewards-sea/flohijcknfmanaelbcplbehnjhjffaeo
설명 Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.
파일 크기 57.06 KB
설치 횟수 7,000
현재 버전 1.0.3
최근 업데이트 2023-12-05
출시 날짜 2023-07-30
평점 3.98/5 총 56 개의 평점
개발자 Automate Microsoft Rewards Extension
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1XUoTpYA9WTLGH8SluJZmnoRP9vdnFB6rJ1HZmnY_jF4/edit
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Automate Bing Rewards Searches",
    "version": "1.0.3",
    "description": "Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.",
    "icons": {
        "32": "icon\/32.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon\/32.png",
            "128": "icon\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/sw.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "debugger",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "welcome.html",
                "options.html",
                "content-script.js",
                "style.css",
                "imag\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}