Coinsup.com - new tasks notification module
CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Τι είναι το Coinsup.com - new tasks notification module;
Το Coinsup.com - new tasks notification module είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://coinsup.com, και η κύρια λειτουργία του είναι "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".
Λήψη αρχείου CRX της επέκτασης Coinsup.com - new tasks notification module
Λήψη αρχείων επέκτασης Coinsup.com - new tasks notification module σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This browser extenstion is used for notification about new offers and tasks suitable to user who installed it. To start using is, please press the screen button. After installaion the icon with letters "UP" will appear in top right corner of the browser. This icon will contain the number of new tasks that wasn't previously seen by the user. Click on this icon will show up the ConinsUP.com tasks page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ijlobbnpelgakcnkjmeghcpjbgogfhpf |
Επίσημο URL | https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf |
Περιγραφή | CoinsUP.com - complete tasks to receive in-game virtual currency as a reward! |
Μέγεθος Αρχείου | 42.44 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2015-11-06 |
Ημερομηνία Δημοσίευσης | 2015-11-06 |
Αξιολόγηση | 4.25/5 Συνολικά 44 Αξιολογήσεις |
Προγραμματιστής | http://coinsup.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://coinsup.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://coinsup.com/ru/faq/ |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.1", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "alarms", "cookies", "*:\/\/*.coinsup.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "jquery-1.7.1.min.js", "background.js" ], "persistent": true } } |