Tweet to Fart
Changes instances of the word "tweet" to the word "fart".
Τι είναι το Tweet to Fart;
Το Tweet to Fart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον explodedsoda, και η κύρια λειτουργία του είναι "Changes instances of the word "tweet" to the word "fart".".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tweet to Fart
Λήψη αρχείων επέκτασης Tweet to Fart σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Changes instances of the word "tweet" to the word "fart". Inspired by the incredible Cloud To Butt Plus extension
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tweet to Fart |
ID | dkjldeffoaghpekpbfonicialkldonai |
Επίσημο URL | https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai |
Περιγραφή | Changes instances of the word "tweet" to the word "fart". |
Μέγεθος Αρχείου | 39.75 KB |
Αριθμός Εγκαταστάσεων | 48 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2021-05-14 |
Ημερομηνία Δημοσίευσης | 2021-03-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | explodedsoda |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://cash.app/$KyleAnne |
Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/explodedsoda |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet to Fart", "version": "1.1.0", "author": "@explodedsoda", "manifest_version": 2, "description": "Changes instances of the word \"tweet\" to the word \"fart\".", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/tweet-to-fart.js" ] } ] } |