Automate Bing Searches Rewards

Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches

Τι είναι το Automate Bing Searches Rewards;

Το Automate Bing Searches Rewards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Microsoft Rewards, και η κύρια λειτουργία του είναι "Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Automate Bing Searches Rewards

Λήψη αρχείων επέκτασης Automate Bing Searches Rewards σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automate Bing Searches Rewards Effortlessly Earn Microsoft Rewards Points with a Single Click through Automated Bing Searches
Default home search changes to bing, so you can earn rewards in normal searches.
This Extension searches to earn Microsoft Rewards points.Performs 10-20-30 vs searches
Automatically complete your searches to earn Microsoft Rewards points.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Automate Bing Searches Rewards Automate Bing Searches Rewards
ID ogpmhbaencdkalhoinfnlpelohofinpj
Επίσημο URL https://chromewebstore.google.com/detail/automate-bing-searches-re/ogpmhbaencdkalhoinfnlpelohofinpj
Περιγραφή Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches
Μέγεθος Αρχείου 148 KB
Αριθμός Εγκαταστάσεων 442
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2024-01-11
Ημερομηνία Δημοσίευσης 2023-11-22
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Microsoft Rewards
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://howtodowork.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en_US",
    "version": "0.0.7",
    "manifest_version": 3,
    "icons": {
        "128": "128icon.png",
        "16": "16icon.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search",
            "keyword": "Search",
            "search_url": "https:\/\/www.howtodowork.com\/wp-json\/wl\/v2\/search?q={searchTerms}",
            "favicon_url": "https:\/\/www.howtodowork.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Bing Search",
        "default_icon": {
            "16": "16icon.png",
            "64": "64icon.png",
            "128": "128icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}