Bing Search Automator

Chrome / Edge extension for Automatic Bing Search

What is Bing Search Automator?

Bing Search Automator is a Chrome extension developed by Andrea Corriga, and its main feature is "Chrome / Edge extension for Automatic Bing Search".

Extension Screenshots

screenshot

Download Bing Search Automator Extension CRX File

Download Bing Search Automator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to do 90 bing searches in desktop mode and 60 bing searches in mobile mode, automatically 500ms apart.                    

Extension Basic Information

Name Bing Search Automator Bing Search Automator
ID ehpnglljgijenbiknlgpcbnnmhfdgbam
Official URL https://chrome.google.com/webstore/detail/bing-search-automator/ehpnglljgijenbiknlgpcbnnmhfdgbam
Description Chrome / Edge extension for Automatic Bing Search
File Size 821 KB
Installation Count 19,061
Current Version 1.4.0
Last Updated 2023-04-26
Publish Date 2022-07-12
Rating 4.58/5 Total 12 Ratings
Developer Andrea Corriga
Email [email protected]
Payment Type free
Extension Website https://andreacorriga.com
Help Page URL https://andreacorriga.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bing Search Automator",
    "version": "1.4.0",
    "description": "Chrome \/ Edge extension for Automatic Bing Search",
    "manifest_version": 3,
    "author": "Andrea Corriga",
    "action": {
        "default_popup": "index.html",
        "default_title": "Bing Search Automator"
    },
    "permissions": [
        "debugger"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    }
}