Automate Bing Rewards Searches

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

Qu'est-ce que Automate Bing Rewards Searches ?

Automate Bing Rewards Searches est une extension Chrome développée par Automate Microsoft Rewards Extension, et sa fonction principale est "Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Automate Bing Rewards Searches

Téléchargez les fichiers d'extension Automate Bing Rewards Searches au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Automate Bing Rewards Searches Automate Bing Rewards Searches
ID flohijcknfmanaelbcplbehnjhjffaeo
URL Officiel https://chromewebstore.google.com/detail/automate-bing-rewards-sea/flohijcknfmanaelbcplbehnjhjffaeo
Description Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.
Taille du Fichier 57.06 KB
Nombre d'Installations 7,000
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-12-05
Date de Publication 2023-07-30
Évaluation 3.98/5 Total 56 Évaluations
Développeur Automate Microsoft Rewards Extension
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1XUoTpYA9WTLGH8SluJZmnoRP9vdnFB6rJ1HZmnY_jF4/edit
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}