Automate Bing Searches Rewards

Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches

Automate Bing Searches Rewards란 무엇입니까?

Automate Bing Searches Rewards은(는) Microsoft Rewards에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Automate Bing Searches Rewards Effortlessly Earn Microsoft Rewards Points with a Single Click through Automated Bing Searches
Default home search changes to bing, so you can earn rewards in normal searches.
This Extension searches to earn Microsoft Rewards points.Performs 10-20-30 vs searches
Automatically complete your searches to earn Microsoft Rewards points.                    

확장 프로그램 기본 정보

이름 Automate Bing Searches Rewards Automate Bing Searches Rewards
ID ogpmhbaencdkalhoinfnlpelohofinpj
공식 URL https://chromewebstore.google.com/detail/automate-bing-searches-re/ogpmhbaencdkalhoinfnlpelohofinpj
설명 Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches
파일 크기 148 KB
설치 횟수 442
현재 버전 0.0.7
최근 업데이트 2024-01-11
출시 날짜 2023-11-22
평점 4.33/5 총 6 개의 평점
개발자 Microsoft Rewards
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://howtodowork.com/privacy-policy
지원되는 언어 en,en-GB,en-US,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en_US",
    "version": "0.0.7",
    "manifest_version": 3,
    "icons": {
        "128": "128icon.png",
        "16": "16icon.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search",
            "keyword": "Search",
            "search_url": "https:\/\/www.howtodowork.com\/wp-json\/wl\/v2\/search?q={searchTerms}",
            "favicon_url": "https:\/\/www.howtodowork.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Bing Search",
        "default_icon": {
            "16": "16icon.png",
            "64": "64icon.png",
            "128": "128icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}