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
公式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
Eメール [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"
    ]
}