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拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}