Kanye West to Tracy Jordan
Replaces @kanyewest on Twitter with Tracy Jordan
什么是Kanye West to Tracy Jordan?
Kanye West to Tracy Jordan是由Jordan Carroll开发的Chrome扩展程序,该扩展的主要功能是“Replaces @kanyewest on Twitter with Tracy Jordan”。
扩展截图
下载Kanye West to Tracy Jordan扩展crx文件
下载Kanye West to Tracy Jordan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.)
扩展基本信息
名称 | |
ID | befpbnjihjndhdhefniklcijdpdgofni |
官方URL | https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni |
简介 | Replaces @kanyewest on Twitter with Tracy Jordan |
文件大小 | 30.33 KB |
安装次数 | 12 |
当前版本 | 1.0 |
更新时间 | 2016-03-05 |
上架时间 | 2016-03-05 |
评分 | 5.00/5 共1次评分 |
开发者 | Jordan Carroll |
付费类型 | free |
支持的语言 | 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" } } |