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 là gì?
Swagbucks Hourly Winner Alert là một tiện ích mở rộng Chrome được phát triển bởi https://protop.link, và tính năng chính của nó là "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Swagbucks Hourly Winner Alert
Tải xuống các tệp mở rộng Swagbucks Hourly Winner Alert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Swagbucks Hourly Winner Alert |
ID | kkbadcadbkmfcmmnialfcckcajifghph |
URL Chính Thức | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
Mô tả | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 219 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2021-02-28 |
Ngày Phát Hành | 2021-02-27 |
Nhà Phát Triển | https://protop.link |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://protop.link |
URL Trang Trợ Giúp | https://protop.link |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |