MS Rewards Auto

Extension to automatize daily MS Rewards.

MS Rewards Auto क्या है?

MS Rewards Auto rukidev507 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to automatize daily MS Rewards."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MS Rewards Auto एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम MS Rewards Auto MS Rewards Auto
ID fingclmebbbbamocdahkffemjoijchkm
आधिकारिक URL https://chromewebstore.google.com/detail/ms-rewards-auto/fingclmebbbbamocdahkffemjoijchkm
विवरण Extension to automatize daily MS Rewards.
फ़ाइल का आकार 18.28 KB
स्थापना संख्या 6,459
वर्तमान संस्करण 0.0.1.0
अंतिम अपडेट 2022-09-12
प्रकाशन तिथि 2022-09-12
रेटिंग 3.33/5 कुल 12 रेटिंग्स
डेवलपर rukidev507
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}