Goosing Around
Get a little loosey-goosey with your new tab!
Τι είναι το Goosing Around;
Το Goosing Around είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον allisonIsCoding, και η κύρια λειτουργία του είναι "Get a little loosey-goosey with your new tab!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Goosing Around
Λήψη αρχείων επέκτασης Goosing Around σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds goose-features to the chrome new tab. Replaces the cursor with an image of a goose, and makes a goose sound every time you click, and drops an egg upon double-clicking. A wonderfully lighthearted prank to play on your friends, coworkers, or loved ones! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | gmeebnjijjipdpdddiaeicpknfekhinb |
| Επίσημο URL | https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb |
| Περιγραφή | Get a little loosey-goosey with your new tab! |
| Μέγεθος Αρχείου | 1.09 MB |
| Αριθμός Εγκαταστάσεων | 988 |
| Τρέχουσα Έκδοση | 1.1 |
| Τελευταία Ενημέρωση | 2021-04-19 |
| Ημερομηνία Δημοσίευσης | 2021-04-19 |
| Αξιολόγηση | 4.14/5 Συνολικά 7 Αξιολογήσεις |
| Προγραμματιστής | allisonIsCoding |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Goosing Around",
"short_name": "Goosing",
"description": "Get a little loosey-goosey with your new tab!",
"version": "1.1",
"manifest_version": 3,
"author": "Allison Jacobs",
"chrome_url_overrides": {
"newtab": "\/goosing-around\/styles\/newtab.html"
},
"action": {
"default_icon": {
"48": "\/goosing-around\/assets\/goose-48.png"
}
},
"icons": {
"128": "\/goosing-around\/assets\/goose-128.png",
"48": "\/goosing-around\/assets\/goose-48.png",
"16": "\/goosing-around\/assets\/goose-16.png"
}
} | |