Bing Fire - Bing Automatic Searching Tool

A tool to automatic searches in bing search engine with random words.

Bing Fire - Bing Automatic Searching Tool란 무엇입니까?

Bing Fire - Bing Automatic Searching Tool은(는) Codesler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to automatic searches in bing search engine with random words."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bing Fire - Bing Automatic Searching Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Search Counter for Bing extension enhances your browsing experience by automating a series of consecutive searches on Bing. With just a single click, the extension performs 10 searches in the current tab, utilizing a variety of randomized queries. 

Each search is executed with a brief delay in between, allowing you to conveniently observe the results and track the progress through a displayed counter. 

Whether you need to simulate search activity or simply explore diverse search results, this extension offers a seamless and efficient way to perform multiple searches within your desired tab on Bing.

Feature:-
1. Customize Limit
2. Customize Timing
3. Customize Word
4. Random Search                    

확장 프로그램 기본 정보

이름 Bing Fire - Bing Automatic Searching Tool Bing Fire - Bing Automatic Searching Tool
ID odfnbfchgedhapbggodagalblnpfdhoj
공식 URL https://chrome.google.com/webstore/detail/bing-fire-bing-automatic/odfnbfchgedhapbggodagalblnpfdhoj
설명 A tool to automatic searches in bing search engine with random words.
파일 크기 164 KB
설치 횟수 16
현재 버전 1.1
최근 업데이트 2023-06-15
출시 날짜 2023-06-15
평점 5.00/5 총 1 개의 평점
개발자 Codesler
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://codesler.com
도움말 페이지 URL https://codesler.com/contact-us
개인정보 보호 정책 페이지 URL https://codesler.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bing Fire - Bing Automatic Searching Tool",
    "version": "1.1",
    "description": "A tool to automatic searches in bing search engine with random words.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}