MS Rewards Auto
Extension to automatize daily MS Rewards.
Vad är MS Rewards Auto?
MS Rewards Auto är en Chrome-tillägg utvecklad av rukidev507, och dess huvudfunktion är "Extension to automatize daily MS Rewards.".
Tilläggsskärmbilder
Ladda ner MS Rewards Auto-förlängningens CRX-fil
Ladda ner MS Rewards Auto-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
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
Grundläggande Information om Tillägg
Namn | MS Rewards Auto |
ID | fingclmebbbbamocdahkffemjoijchkm |
Officiell webbadress | https://chromewebstore.google.com/detail/ms-rewards-auto/fingclmebbbbamocdahkffemjoijchkm |
Beskrivning | Extension to automatize daily MS Rewards. |
Filstorlek | 18.28 KB |
Antal Installationer | 6,459 |
Aktuell Version | 0.0.1.0 |
Senast Uppdaterad | 2022-09-12 |
Publiceringsdatum | 2022-09-12 |
Betyg | 3.33/5 Totalt 12 Betyg |
Utvecklare | rukidev507 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |