Goatarize for Chrome
Instant bleating screaming goat on any page
Τι είναι το Goatarize for Chrome;
Το Goatarize for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brovalex, και η κύρια λειτουργία του είναι "Instant bleating screaming goat on any page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Goatarize for Chrome
Λήψη αρχείων επέκτασης Goatarize for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Instant bleating goat on any page! A plugin that spawns a screaming on to any page. Whether you are in disdain, confusion or in need of a little fun, spruce up your web browsing experience with our little goat. Note: the goat can be a little shy at times, so you may need to reload your pages when you first install the plugin. The goat will not come out on system tabs like "new tab" and "settings". Adapted script from Zurb's Playground http://zurb.com/playground/jquery-raptorize Goat sound effects by my lovely and talented girlfriend. Goat picture by Keven Law from Los Angeles, USA [CC BY-SA 2.0], via Wikimedia Commons
Βασικές Πληροφορίες Επέκτασης
Όνομα | Goatarize for Chrome |
ID | dmcghmgmohlfkaknkangmjnhdbejmcin |
Επίσημο URL | https://chromewebstore.google.com/detail/goatarize-for-chrome/dmcghmgmohlfkaknkangmjnhdbejmcin |
Περιγραφή | Instant bleating screaming goat on any page |
Μέγεθος Αρχείου | 755 KB |
Αριθμός Εγκαταστάσεων | 949 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-04-05 |
Ημερομηνία Δημοσίευσης | 2017-04-05 |
Αξιολόγηση | 4.08/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | brovalex |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.brovalex.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://brovalex.com/contact/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Goatarize for Chrome", "version": "1.0", "description": "Instant bleating screaming goat on any page", "browser_action": { "name": "Goatarize", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "permissions": [ "activeTab", "http:\/\/*\/" ], "content_scripts": [ { "js": [ "jquery.min.js", "jquery.goatarize.1.0.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "inject.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "goat-sound-1.ogg", "goat-sound-2.ogg", "goat-sound-3.ogg", "goat.png", "goat-sound-1.mp3", "goat-sound-2.mp3", "goat-sound-3.mp3" ] } |