Bing Search Automator

Performs 60 bing searches including an affiliate link

Bing Search Automatorคืออะไร?

Bing Search Automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bingautomaticsearch และคุณลักษณะหลักของมันคือ "Performs 60 bing searches including an affiliate link"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bing Search Automator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}