Kanye West to Tracy Jordan

Replaces @kanyewest on Twitter with Tracy Jordan

Wat is Kanye West to Tracy Jordan?

Kanye West to Tracy Jordan is een Chrome-extensie ontwikkeld door Jordan Carroll, en de belangrijkste functie is "Replaces @kanyewest on Twitter with Tracy Jordan".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kanye West to Tracy Jordan

Download Kanye West to Tracy Jordan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.)                    

Basisinformatie over de Extensie

Naam Kanye West to Tracy Jordan Kanye West to Tracy Jordan
ID befpbnjihjndhdhefniklcijdpdgofni
Officiële URL https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni
Beschrijving Replaces @kanyewest on Twitter with Tracy Jordan
Bestandsgrootte 30.33 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2016-03-05
Publicatiedatum 2016-03-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jordan Carroll
Betalingswijze free
Ondersteunde Talen 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"
    }
}