Accurate Meat & Dairy Descriptions
Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".
Τι είναι το Accurate Meat & Dairy Descriptions;
Το Accurate Meat & Dairy Descriptions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jmcooper.net, και η κύρια λειτουργία του είναι "Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Accurate Meat & Dairy Descriptions
Λήψη αρχείων επέκτασης Accurate Meat & Dairy Descriptions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AMDD is a silly chrome extension which replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". May be enlightening for people who still like to eat dead animals :D Select hardcore mode if you want the unvarnished truth. (e.g. "Dead Cow Baby That Cried Out For His Mother")
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cjbahjeialnkeelkldjaaimdloclffje |
Επίσημο URL | https://chromewebstore.google.com/detail/accurate-meat-dairy-descr/cjbahjeialnkeelkldjaaimdloclffje |
Περιγραφή | Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". |
Μέγεθος Αρχείου | 9.47 KB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-08-12 |
Ημερομηνία Δημοσίευσης | 2017-08-12 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://jmcooper.net |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://jmcooper.net |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accurate Meat & Dairy Descriptions", "description": "Replaces words relating to meat and dairy with more accurate descriptions - e.g. \"Veal\" becomes \"Dead Baby Cow\".", "options_page": "options.html", "short_name": "AMDD", "version": "1.1", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ], "icons": { "128": "AMDD-Logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |