MS Rewards Auto

Extension to automatize daily MS Rewards.

MS Rewards Auto là gì?

MS Rewards Auto là một tiện ích mở rộng Chrome được phát triển bởi rukidev507, và tính năng chính của nó là "Extension to automatize daily MS Rewards.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MS Rewards Auto

Tải xuống các tệp mở rộng MS Rewards Auto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MS Rewards Auto MS Rewards Auto
ID fingclmebbbbamocdahkffemjoijchkm
URL Chính Thức https://chromewebstore.google.com/detail/ms-rewards-auto/fingclmebbbbamocdahkffemjoijchkm
Mô tả Extension to automatize daily MS Rewards.
Kích Thước Tệp 18.28 KB
Số Lần Cài Đặt 6,459
Phiên Bản Hiện Tại 0.0.1.0
Cập Nhật Lần Cuối 2022-09-12
Ngày Phát Hành 2022-09-12
Đánh Giá 3.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển rukidev507
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}