AI Search
Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for
O que é AI Search?
AI Search é uma extensão do Chrome desenvolvida por https://aisearch.vip, e sua principal característica é "Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AI Search
Baixe arquivos de extensão AI Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
➡️ 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
Informações Básicas da Extensão
Nome | AI Search |
ID | eoggknlipoebpkcceagjininomfdlced |
URL Oficial | https://chromewebstore.google.com/detail/ai-search/eoggknlipoebpkcceagjininomfdlced |
Descrição | Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for |
Tamanho do Arquivo | 19.63 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.2 |
Última Atualização | 2023-11-16 |
Data de Publicação | 2023-05-20 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://aisearch.vip |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.aisearch.vip |
URL da Página de Ajuda | https://www.aisearch.vip/Static/?page=Contact.html&name=Contact |
URL da Página de Política de Privacidade | https://www.aisearch.vip/Static?page=PrivacyPolicy.html&name=Privacy%20Policy |
Idiomas Suportados | 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" } } |