MS Rewards Auto

Extension to automatize daily MS Rewards.

MS Rewards Autoคืออะไร?

MS Rewards Auto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rukidev507 และคุณลักษณะหลักของมันคือ "Extension to automatize daily MS Rewards."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MS Rewards Auto

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}