AI Search
Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for
ما هو AI Search؟
AI Search هو إضافة Chrome تم تطويرها بواسطة https://aisearch.vip، والميزة الرئيسية لها هي "Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AI Search
قم بتنزيل ملفات الامتداد AI Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
➡️ Discover a new way to search the web without getting bogged down by ads and manipulative SEO tactics! AI Search down-ranks results containing ads or originating from content-farms ("SEO Junk"). Furthermore, it neutralizes click-bait descriptions with AI-generated neutral summaries
🚀 How to use:
- Simply type "ai" in your navigation bar followed by your search query, and you will be automatically redirected to AI Search.
- For example, you may type "ai best cars of all time" and press enter
- You may customize the keyword "ai" and change it for any other keyword via the Extensions menu
🌟 Stop wasting time browsing ad-ridden, search engine optimised sites and find what you are looking for from legitimate websites معلومات أساسية عن التمديد
| الاسم | |
| ID | eoggknlipoebpkcceagjininomfdlced |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/ai-search/eoggknlipoebpkcceagjininomfdlced |
| الوصف | Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for |
| حجم الملف | 19.63 KB |
| عدد التثبيتات | 1,000 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2023-11-16 |
| تاريخ النشر | 2023-05-20 |
| تقييم | 1.00/5 مجموع تقييمات 1 |
| المطور | https://aisearch.vip |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.aisearch.vip |
| عنوان صفحة المساعدة | https://www.aisearch.vip/Static/?page=Contact.html&name=Contact |
| عنوان صفحة سياسة الخصوصية | https://www.aisearch.vip/Static?page=PrivacyPolicy.html&name=Privacy%20Policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AI Search",
"version": "1.2",
"id": "eoggknlipoebpkcceagjininomfdlced",
"description": "Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for",
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/www.aisearch.vip\/*"
]
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html",
"default_title": "AI Search"
},
"permissions": [
"activeTab"
],
"omnibox": {
"keyword": "ai"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |