Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
Τι είναι το Tax To Butt;
Το Tax To Butt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zebraspots, και η κύρια λειτουργία του είναι "Replaces occurrences of tax-related words with butt-related words.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tax To Butt
Λήψη αρχείων επέκτασης Tax To Butt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Make tax time fun with this extension that replaces tax-related words with butt-related words!
Adapted from Cloud to Butt, located at https://github.com/panicsteve/cloud-to-butt, and with code to protect from XSS vulnerability from https://github.com/hank/cloud-to-butt. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Επίσημο URL | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Περιγραφή | Replaces occurrences of tax-related words with butt-related words. |
| Μέγεθος Αρχείου | 16.72 KB |
| Αριθμός Εγκαταστάσεων | 29 |
| Τρέχουσα Έκδοση | 1.2 |
| Τελευταία Ενημέρωση | 2015-01-16 |
| Ημερομηνία Δημοσίευσης | 2015-01-15 |
| Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
| Προγραμματιστής | zebraspots |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tax To Butt",
"version": "1.2",
"description": "Replaces occurrences of tax-related words with butt-related words.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |