MS Rewards Auto

Extension to automatize daily MS Rewards.

什麼是MS Rewards Auto?

MS Rewards Auto是由rukidev507開發的Chrome擴展程式,該擴展的主要功能是“Extension to automatize daily MS Rewards.”。

擴展截圖

screenshot

下載MS Rewards Auto擴展crx文件

下載MS Rewards Auto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}