Automate Bing Searches Rewards
Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches
Cos'è Automate Bing Searches Rewards?
Automate Bing Searches Rewards è un'estensione di Chrome sviluppata da Microsoft Rewards, e la sua funzione principale è "Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Automate Bing Searches Rewards
Scarica i file di estensione Automate Bing Searches Rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ogpmhbaencdkalhoinfnlpelohofinpj |
| URL Ufficiale | https://chromewebstore.google.com/detail/automate-bing-searches-re/ogpmhbaencdkalhoinfnlpelohofinpj |
| Descrizione | Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches |
| Dimensione del File | 148 KB |
| Conteggio Installazioni | 442 |
| Versione Corrente | 0.0.7 |
| Ultimo Aggiornamento | 2024-01-11 |
| Data di Pubblicazione | 2023-11-22 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | Microsoft Rewards |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://howtodowork.com/privacy-policy |
| Lingue Supportate | 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"
}
} | |