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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |