Search Automator
Chrome and Edge extension to automate searches on the Bing search engine.
ما هو Search Automator؟
Search Automator هو إضافة Chrome تم تطويرها بواسطة Andrea Corriga، والميزة الرئيسية لها هي "Chrome and Edge extension to automate searches on the Bing search engine.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Automator
قم بتنزيل ملفات الامتداد Search Automator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Search Automator |
ID | ohjecpfbaodieoicfnpnigjbinkjgnkb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb |
الوصف | Chrome and Edge extension to automate searches on the Bing search engine. |
حجم الملف | 879 KB |
عدد التثبيتات | 357 |
النسخة الحالية | 1.4.3 |
آخر تحديث | 2023-11-22 |
تاريخ النشر | 2023-06-30 |
تقييم | 3.50/5 مجموع تقييمات 8 |
المطور | Andrea Corriga |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://andreacorriga.com |
عنوان صفحة المساعدة | https://strifelab.com/contattaci |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Automator", "version": "1.4.3", "description": "Chrome and Edge extension to automate searches on the Bing search engine.", "manifest_version": 3, "author": "Andrea Corriga", "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" } } |