Automate Bing Rewards Searches

Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.

什麼是Automate Bing Rewards Searches?

Automate Bing Rewards Searches是由Automate Microsoft Rewards Extension開發的Chrome擴展程式,該擴展的主要功能是“Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.”。

擴展截圖

screenshot
screenshot

下載Automate Bing Rewards Searches擴展crx文件

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

擴展使用說明

                        Automate Bing Rewards Searches in background with this extension.
Select how many bing searches you need to perform and extension will do it for you! By default it will make 20 searches for you every day.
Automate Bing Rewards Searches extension creates inactive pinned tab to make searches in background. It will not take your time, just install and forget!
Earn rewards for yourself from Microsoft. It’s a free and fun way to reward yourself and make a difference.
Mobile searches are also supported - your desktop browser will pretend to be a mobile one.
Keep in mind that Microsoft may not like cheating. We are not responsible if your account is blocked. To Automate Microsoft rewards or not is your decision. This is a free app.
Privacy: We do not collect or use any information about you.

Update 1.0.3:
 * Increased interval between searches (5+ sec).
 * Fixed next launch prediction message.
 * "Run now" button added.                    

擴展基本資訊

名稱 Automate Bing Rewards Searches Automate Bing Rewards Searches
ID flohijcknfmanaelbcplbehnjhjffaeo
官方網址 https://chromewebstore.google.com/detail/automate-bing-rewards-sea/flohijcknfmanaelbcplbehnjhjffaeo
簡介 Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.
檔案大小 57.06 KB
安裝次數 7,000
目前版本 1.0.3
更新時間 2023-12-05
上架時間 2023-07-30
評分 3.98/5 共 56 次評分
開發者 Automate Microsoft Rewards Extension
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1XUoTpYA9WTLGH8SluJZmnoRP9vdnFB6rJ1HZmnY_jF4/edit
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Automate Bing Rewards Searches",
    "version": "1.0.3",
    "description": "Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.",
    "icons": {
        "32": "icon\/32.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon\/32.png",
            "128": "icon\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/sw.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "debugger",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "welcome.html",
                "options.html",
                "content-script.js",
                "style.css",
                "imag\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}