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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}