Automate Bing Rewards Searches

Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.

¿Qué es Automate Bing Rewards Searches?

Automate Bing Rewards Searches es una extensión de Chrome desarrollada por Automate Microsoft Rewards Extension, y su función principal es "Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Automate Bing Rewards Searches

Descarga archivos de extensión Automate Bing Rewards Searches en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Automate Bing Rewards Searches in background with this extension.
Select how many bing searches you need to perform and extension will do it for you! By default it will make 20 searches for you every day.
Automate Bing Rewards Searches extension creates inactive pinned tab to make searches in background. It will not take your time, just install and forget!
Earn rewards for yourself from Microsoft. It’s a free and fun way to reward yourself and make a difference.
Mobile searches are also supported - your desktop browser will pretend to be a mobile one.
Keep in mind that Microsoft may not like cheating. We are not responsible if your account is blocked. To Automate Microsoft rewards or not is your decision. This is a free app.
Privacy: We do not collect or use any information about you.

Update 1.0.3:
 * Increased interval between searches (5+ sec).
 * Fixed next launch prediction message.
 * "Run now" button added.                    

Información Básica de la Extensión

Nombre Automate Bing Rewards Searches Automate Bing Rewards Searches
ID flohijcknfmanaelbcplbehnjhjffaeo
URL Oficial https://chromewebstore.google.com/detail/automate-bing-rewards-sea/flohijcknfmanaelbcplbehnjhjffaeo
Descripción Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.
Tamaño del Archivo 57.06 KB
Cantidad de Instalaciones 7,000
Versión Actual 1.0.3
Última Actualización 2023-12-05
Fecha de Publicación 2023-07-30
Calificación 3.98/5 Total de 56 Calificaciones
Desarrollador Automate Microsoft Rewards Extension
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1XUoTpYA9WTLGH8SluJZmnoRP9vdnFB6rJ1HZmnY_jF4/edit
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Automate Bing Rewards Searches",
    "version": "1.0.3",
    "description": "Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.",
    "icons": {
        "32": "icon\/32.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon\/32.png",
            "128": "icon\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/sw.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "debugger",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "welcome.html",
                "options.html",
                "content-script.js",
                "style.css",
                "imag\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}