Rewards Search Automator

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

Vad är Rewards Search Automator?

Rewards Search Automator är en Chrome-tillägg utvecklad av https://strifelab.com, och dess huvudfunktion är "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".

Tilläggsskärmbilder

screenshot

Ladda ner Rewards Search Automator-förlängningens CRX-fil

Ladda ner Rewards Search Automator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Rewards Search Automator Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
Officiell webbadress https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg
Beskrivning With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Filstorlek 870 KB
Antal Installationer 1,000
Aktuell Version 1.6.0
Senast Uppdaterad 2024-02-16
Publiceringsdatum 2023-11-21
Betyg 4.08/5 Totalt 12 Betyg
Utvecklare https://strifelab.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://strifelab.com
Hjälpsida URL https://strifelab.com/contatti
URL till Sekretesspolicy Sidan https://andreacorriga.com/privacy_policy
Stödda Språk 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"
    }
}