Kanye West to Tracy Jordan
Replaces @kanyewest on Twitter with Tracy Jordan
Cos'è Kanye West to Tracy Jordan?
Kanye West to Tracy Jordan è un'estensione di Chrome sviluppata da Jordan Carroll, e la sua funzione principale è "Replaces @kanyewest on Twitter with Tracy Jordan".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kanye West to Tracy Jordan
Scarica i file di estensione Kanye West to Tracy Jordan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.)
Informazioni di Base sull'Estensione
Nome | |
ID | befpbnjihjndhdhefniklcijdpdgofni |
URL Ufficiale | https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni |
Descrizione | Replaces @kanyewest on Twitter with Tracy Jordan |
Dimensione del File | 30.33 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-03-05 |
Data di Pubblicazione | 2016-03-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Jordan Carroll |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |