Velociraptor
Replaces the words and images of a webpage with velociraptors.
Τι είναι το Velociraptor;
Το Velociraptor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jure.granicskender, και η κύρια λειτουργία του είναι "Replaces the words and images of a webpage with velociraptors.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Velociraptor
Λήψη αρχείων επέκτασης Velociraptor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The rapture is coming.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Velociraptor |
ID | lflodfcdcmfgmfoheojelcekndoildbm |
Επίσημο URL | https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm |
Περιγραφή | Replaces the words and images of a webpage with velociraptors. |
Μέγεθος Αρχείου | 97.32 KB |
Αριθμός Εγκαταστάσεων | 140 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2015-04-01 |
Ημερομηνία Δημοσίευσης | 2015-03-31 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | jure.granicskender |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velociraptor", "short_name": "Velociraptor", "description": "Replaces the words and images of a webpage with velociraptors.", "version": "1.0.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "VELOCIRAPTOR" }, "background": { "scripts": [ "velociraptor_main.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |