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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://protop.link, και η κύρια λειτουργία του είναι "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Swagbucks Hourly Winner Alert
Λήψη αρχείων επέκτασης 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 |
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" } } |