MS Rewards Auto
Extension to automatize daily MS Rewards.
Cos'è MS Rewards Auto?
MS Rewards Auto è un'estensione di Chrome sviluppata da rukidev507, e la sua funzione principale è "Extension to automatize daily MS Rewards.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MS Rewards Auto
Scarica i file di estensione MS Rewards Auto 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
Extension to automatize daily MS Rewards Points obtained from web search using the Bing.com search engine. Can be used along an user-agents extension to get the reward points from mobile device searches as well. Click the MS Rewards Auto icon to start running the automatic searches and click the same icon once again to stop this extension. Reward icons created by Freepik - Flaticon https://www.flaticon.com/free-icons/reward
Informazioni di Base sull'Estensione
Nome | MS Rewards Auto |
ID | fingclmebbbbamocdahkffemjoijchkm |
URL Ufficiale | https://chromewebstore.google.com/detail/ms-rewards-auto/fingclmebbbbamocdahkffemjoijchkm |
Descrizione | Extension to automatize daily MS Rewards. |
Dimensione del File | 18.28 KB |
Conteggio Installazioni | 6,459 |
Versione Corrente | 0.0.1.0 |
Ultimo Aggiornamento | 2022-09-12 |
Data di Pubblicazione | 2022-09-12 |
Valutazione | 3.33/5 Totale 12 Valutazioni |
Sviluppatore | rukidev507 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MS Rewards Auto", "version": "0.0.1.0", "description": "Extension to automatize daily MS Rewards.", "manifest_version": 3, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "action": { "default_title": "Start" }, "content_scripts": [ { "matches": [ "*:\/\/*.bing.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ] } |