Automate Your Bing Searches
Automatically complete your Bing searches to earn Microsoft Rewards points.
Automate Your Bing Searchesคืออะไร?
Automate Your Bing Searches เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris และคุณลักษณะหลักของมันคือ "Automatically complete your Bing searches to earn Microsoft Rewards points."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automate Your Bing Searches
ดาวน์โหลดไฟล์ส่วนขยาย Automate Your Bing Searches ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Maximize your Microsoft Rewards points with Automate Your Bing Searches! This convenient tool allows you to automate your Bing searches to earn points for desktop, mobile, and Edge with just a few clicks. You can set the number of searches to complete, stop the searches at any time, and even customize the delay between each search. The searches can be performed in a background tab, allowing you to browse the web while it earns points for you. Plus, a tracker counts down your remaining searches, so you always know your progress. To get started, simply pin the extension to your taskbar and click on the icon to launch the search menu. Set the number of searches to perform along with the delay between each search. Then, click 'Start Search' and watch as it automatically completes your daily searches. As long as you are in a supported region and logged into your Microsoft Rewards account, you will earn points for every search completed towards your daily limit. Try Automate Your Bing Searches today and start earning Microsoft Rewards points with ease!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Automate Your Bing Searches |
ID | lnikijajdcgnahajfbjffalgnikejicd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/automate-your-bing-search/lnikijajdcgnahajfbjffalgnikejicd |
คำอธิบาย | Automatically complete your Bing searches to earn Microsoft Rewards points. |
ขนาดไฟล์ | 83.1 KB |
จำนวนการติดตั้ง | 110,500 |
เวอร์ชันปัจจุบัน | 1.2.0.8 |
อัปเดตครั้งล่าสุด | 2023-04-18 |
วันที่เผยแพร่ | 2021-12-03 |
คะแนน | 3.65/5 รวมทั้งหมด 234 คะแนน |
ผู้พัฒนา | Chris |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit?usp=sharing |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automate Your Bing Searches", "description": "Automatically complete your Bing searches to earn Microsoft Rewards points.", "version": "1.2.0.8", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.bing.com\/*" ], "js": [ "quiz_taker.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "declarativeNetRequest", "alarms" ], "host_permissions": [ "https:\/\/*.bing.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |