Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
Τι είναι το Poketrump;
Το Poketrump είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Poketrump
Λήψη αρχείων επέκτασης Poketrump σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.) Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pbcegjochobeogpdlbkokdehmoeafdlb |
| Επίσημο URL | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb |
| Περιγραφή | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. |
| Μέγεθος Αρχείου | 7.79 KB |
| Αριθμός Εγκαταστάσεων | 80 |
| Τρέχουσα Έκδοση | 0.1 |
| Τελευταία Ενημέρωση | 2016-04-09 |
| Ημερομηνία Δημοσίευσης | 2016-04-09 |
| Αξιολόγηση | 4.38/5 Συνολικά 13 Αξιολογήσεις |
| Προγραμματιστής | Unknown |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Poketrump",
"description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |