MS Rewards Auto

Extension to automatize daily MS Rewards.

O que é MS Rewards Auto?

MS Rewards Auto é uma extensão do Chrome desenvolvida por rukidev507, e sua principal característica é "Extension to automatize daily MS Rewards.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MS Rewards Auto

Baixe arquivos de extensão MS Rewards Auto 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

                        Extension to automatize daily MS Rewards Points obtained from web search using the Bing.com search engine. Can be used along an user-agents extension to get the reward points from mobile device searches as well.

Click the MS Rewards Auto icon to start running the automatic searches and click the same icon once again to stop this extension.

Reward icons created by Freepik - Flaticon https://www.flaticon.com/free-icons/reward                    

Informações Básicas da Extensão

Nome MS Rewards Auto MS Rewards Auto
ID fingclmebbbbamocdahkffemjoijchkm
URL Oficial https://chromewebstore.google.com/detail/ms-rewards-auto/fingclmebbbbamocdahkffemjoijchkm
Descrição Extension to automatize daily MS Rewards.
Tamanho do Arquivo 18.28 KB
Contagem de Instalações 6,459
Versão Atual 0.0.1.0
Última Atualização 2022-09-12
Data de Publicação 2022-09-12
Classificação 3.33/5 Total de 12 Avaliações
Desenvolvedor rukidev507
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MS Rewards Auto",
    "version": "0.0.1.0",
    "description": "Extension to automatize daily MS Rewards.",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_title": "Start"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bing.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}