Rewards Search Automator

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

O que é Rewards Search Automator?

Rewards Search Automator é uma extensão do Chrome desenvolvida por https://strifelab.com, e sua principal característica é "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rewards Search Automator

Baixe arquivos de extensão Rewards Search Automator 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

                        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.                    

Informações Básicas da Extensão

Nome Rewards Search Automator Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
URL Oficial https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg
Descrição With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Tamanho do Arquivo 870 KB
Contagem de Instalações 1,000
Versão Atual 1.6.0
Última Atualização 2024-02-16
Data de Publicação 2023-11-21
Classificação 4.08/5 Total de 12 Avaliações
Desenvolvedor https://strifelab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://strifelab.com
URL da Página de Ajuda https://strifelab.com/contatti
URL da Página de Política de Privacidade https://andreacorriga.com/privacy_policy
Idiomas Suportados 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"
    }
}