Rewards Search Automator

With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.

Rewards Search Automatorคืออะไร?

Rewards Search Automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://strifelab.com และคุณลักษณะหลักของมันคือ "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Rewards Search Automator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.

This extension allows you to perform searches on both Desktop and Mobile devices.

You can customize both the time intervals between each search and the number of searches you want to perform.

It's completely free and without ads.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rewards Search Automator Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg
คำอธิบาย With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
ขนาดไฟล์ 870 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2023-11-21
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://strifelab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://strifelab.com
URL หน้าช่วยเหลือ https://strifelab.com/contatti
URL หน้านโยบายความเป็นส่วนตัว https://andreacorriga.com/privacy_policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rewards Search Automator",
    "version": "1.6.0",
    "description": "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.",
    "manifest_version": 3,
    "author": "Andrea Corriga - Strifelab",
    "action": {
        "default_popup": "index.html",
        "default_title": "Search Automator"
    },
    "permissions": [
        "debugger"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    }
}