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文件

下载Bing Search Automator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 afjiofbcdmakgaeokjaenffpjjaolnno
官方URL https://chrome.google.com/webstore/detail/bing-search-automator/afjiofbcdmakgaeokjaenffpjjaolnno
简介 Performs 60 bing searches including an affiliate link
文件大小 20.29 KB
安装次数 4,256
当前版本 1.9
更新时间 2022-12-26
上架时间 2021-03-16
评分 4.61/5 共28次评分
开发者 bingautomaticsearch
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
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"
    }
}