Emoji Pets
Get your own cute emoji pets to explore the internet with you!
Τι είναι το Emoji Pets;
Το Emoji Pets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Procrastinating Student, και η κύρια λειτουργία του είναι "Get your own cute emoji pets to explore the internet with you!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Emoji Pets
Λήψη αρχείων επέκτασης Emoji Pets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
**NOTE: This extension works on any site except the Chrome web store and specialized chrome pages such as the new tab page. To get an emoji, click on the smiley icon next to the address bar.** Now with up to 100 emojis! You can now drag and drop them as well. Get an cute little emoji pet to follow you as you explore the internet! Emoji artwork provided by EmojiOne (free licence)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Emoji Pets |
ID | kmpienmlhgboooblifeplelmpaaccafc |
Επίσημο URL | https://chromewebstore.google.com/detail/emoji-pets/kmpienmlhgboooblifeplelmpaaccafc |
Περιγραφή | Get your own cute emoji pets to explore the internet with you! |
Μέγεθος Αρχείου | 885 KB |
Αριθμός Εγκαταστάσεων | 30,000 |
Τρέχουσα Έκδοση | 1.7 |
Τελευταία Ενημέρωση | 2018-08-04 |
Ημερομηνία Δημοσίευσης | 2018-08-04 |
Αξιολόγηση | 4.15/5 Συνολικά 79 Αξιολογήσεις |
Προγραμματιστής | Procrastinating Student |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Pets", "description": "Get your own cute emoji pets to explore the internet with you!", "version": "1.7", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/emoji-19.png", "38": "images\/emoji-38.png" } }, "web_accessible_resources": [ "third-party\/emojione\/1f600.png", "third-party\/emojione\/1f601.png", "third-party\/emojione\/1f602.png", "third-party\/emojione\/1f603.png", "third-party\/emojione\/1f604.png", "third-party\/emojione\/1f605.png", "third-party\/emojione\/1f606.png", "third-party\/emojione\/1f607.png", "third-party\/emojione\/1f608.png", "third-party\/emojione\/1f609.png", "third-party\/emojione\/1f610.png", "third-party\/emojione\/1f611.png", "third-party\/emojione\/1f612.png", "third-party\/emojione\/1f613.png", "third-party\/emojione\/1f614.png", "third-party\/emojione\/1f615.png", "third-party\/emojione\/1f616.png", "third-party\/emojione\/1f617.png", "third-party\/emojione\/1f618.png", "third-party\/emojione\/1f619.png", "third-party\/emojione\/1f620.png", "third-party\/emojione\/1f621.png", "third-party\/emojione\/1f622.png", "third-party\/emojione\/1f623.png", "third-party\/emojione\/1f624.png", "third-party\/emojione\/1f625.png", "third-party\/emojione\/1f626.png", "third-party\/emojione\/1f627.png", "third-party\/emojione\/1f628.png", "third-party\/emojione\/1f629.png", "third-party\/emojione\/1f630.png", "third-party\/emojione\/1f631.png", "third-party\/emojione\/1f632.png", "third-party\/emojione\/1f633.png", "third-party\/emojione\/1f634.png", "third-party\/emojione\/1f635.png", "third-party\/emojione\/1f636.png", "third-party\/emojione\/1f637.png", "third-party\/emojione\/1f638.png", "third-party\/emojione\/1f639.png", "third-party\/emojione\/1f640.png", "third-party\/emojione\/1f641.png", "third-party\/emojione\/1f642.png", "third-party\/emojione\/1f643.png", "third-party\/emojione\/1f644.png" ], "manifest_version": 2 } |