Kanye West to Tracy Jordan
Replaces @kanyewest on Twitter with Tracy Jordan
Qu'est-ce que Kanye West to Tracy Jordan ?
Kanye West to Tracy Jordan est une extension Chrome développée par Jordan Carroll, et sa fonction principale est "Replaces @kanyewest on Twitter with Tracy Jordan".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kanye West to Tracy Jordan
Téléchargez les fichiers d'extension Kanye West to Tracy Jordan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
All @kanyewest's tweets now address Liz Lemon, the character on 30 Rock played by Tina Fey, to emphasize how similar his persona is to Tracy Jordan. (Another character on the show.)
Informations de Base sur l'Extension
Nom | |
ID | befpbnjihjndhdhefniklcijdpdgofni |
URL Officiel | https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni |
Description | Replaces @kanyewest on Twitter with Tracy Jordan |
Taille du Fichier | 30.33 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-03-05 |
Date de Publication | 2016-03-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Jordan Carroll |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kanye West to Tracy Jordan", "description": "Replaces @kanyewest on Twitter with Tracy Jordan", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |