Bing Search Automator

Performs 60 bing searches including an affiliate link

Bing Search Automator란 무엇입니까?

Bing Search Automator은(는) bingautomaticsearch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Performs 60 bing searches including an affiliate link"입니다.

확장 프로그램 스크린샷

screenshot

Bing Search Automator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bing Search Automator
Performs 60 Microsoft Bing Searches Randomly.
These searches are totally random and won't be repeated.
Features:
•	Simple Design
•	Automates Bing Searches
•	Can Schedule the Bing Searches
More Features Coming Soon!

IMPORTANT: For this extension to work you need to right click on extension and scroll down to Manage Extensions and enable this Extension


This Chrome Extension works fantastically and has phenomenal reviews .Not intended to be used for Microsoft Rewards                    

확장 프로그램 기본 정보

이름 Bing Search Automator Bing Search Automator
ID lgihmoefhpfdigbbgfmiblfbdblpjpig
공식 URL https://chrome.google.com/webstore/detail/bing-search-automator/lgihmoefhpfdigbbgfmiblfbdblpjpig
설명 Performs 60 bing searches including an affiliate link
파일 크기 20.29 KB
설치 횟수 8,020
현재 버전 1.9
최근 업데이트 2022-12-29
출시 날짜 2021-07-20
평점 4.47/5 총 17 개의 평점
개발자 bingautomaticsearch
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bing Search Automator",
    "version": "1.9",
    "options_page": "options.html",
    "description": "Performs 60 bing searches including an affiliate link",
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "options.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "16icon.png",
        "128": "128icon.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "16icon.png"
        },
        "default_popup": "popup.html"
    }
}