Kanye West to Tracy Jordan
Replaces @kanyewest on Twitter with Tracy Jordan
What is Kanye West to Tracy Jordan?
Kanye West to Tracy Jordan is a Chrome extension developed by Jordan Carroll, and its main feature is "Replaces @kanyewest on Twitter with Tracy Jordan".
Extension Screenshots
Download Kanye West to Tracy Jordan Extension CRX File
Download Kanye West to Tracy Jordan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.)
Extension Basic Information
Name | |
ID | befpbnjihjndhdhefniklcijdpdgofni |
Official URL | https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni |
Description | Replaces @kanyewest on Twitter with Tracy Jordan |
File Size | 30.33 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2016-03-05 |
Publish Date | 2016-03-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jordan Carroll |
Payment Type | free |
Supported Languages | 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" } } |