Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 27, 2025.
Hand-picked for quality and usefulness
{
"manifest_version": 3,
"name": "Rewards Search Automator Old",
"version": "1.6.5",
"description": "Rewards Search Automator - performs the bing searches automatically in single click to earn Microsoft Rewards points.",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": ".\/img\/16.png",
"32": ".\/img\/32.png",
"48": ".\/img\/48.png",
"128": ".\/img\/128.png",
"256": ".\/img\/256.png",
"512": ".\/img\/bing.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": ".\/img\/16.png",
"32": ".\/img\/32.png",
"48": ".\/img\/48.png",
"128": ".\/img\/128.png",
"256": ".\/img\/256.png",
"512": ".\/img\/bing.png"
}
},
"permissions": [
"debugger"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"popup.html",
"welcome.html",
"options.html",
"content-script.js",
"style.css",
"imag\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}