Swagbucks Hourly Winner Alert

Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.

什么是Swagbucks Hourly Winner Alert?

Swagbucks Hourly Winner Alert是由https://protop.link开发的Chrome扩展程序,该扩展的主要功能是“Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.”。

扩展截图

screenshot

下载Swagbucks Hourly Winner Alert扩展crx文件

下载Swagbucks Hourly Winner Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension meant to alert you if you are a winner of the hourly prize on the Swagbucks blog. You can enter your username and that addon will send a (controllable) notification if you win. In addition the icon will show an exclamation if you have won.                    

扩展基本信息

名称 Swagbucks Hourly Winner Alert Swagbucks Hourly Winner Alert
ID kkbadcadbkmfcmmnialfcckcajifghph
官方URL https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph
简介 Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
文件大小 180 KB
安装次数 219
当前版本 0.0.6
更新时间 2021-02-28
上架时间 2021-02-27
开发者 https://protop.link
电子邮箱 [email protected]
付费类型 free
扩展官网 https://protop.link
帮助页面URL https://protop.link
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swagbucks Hourly Winner Alert",
    "version": "0.0.6",
    "description": "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.",
    "homepage_url": "https:\/\/example.com\/test",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "https:\/\/www.swagbucks.com\/?cmd=gn-random-winner",
        "notifications"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "applications": {
        "gecko": {
            "id": "swaghalert@protop"
        }
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Hi"
    }
}