Yeezy Taught Me

Bless yourself with the lyrics of Kanye West before you go off to explore the internet.

Cos'è Yeezy Taught Me?

Yeezy Taught Me è un'estensione di Chrome sviluppata da Shyam Mervana, e la sua funzione principale è "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yeezy Taught Me

Scarica i file di estensione Yeezy Taught Me 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

                        The name "Kanye West" is often associated with words like egotistic, pompous, and arrogant. We prefer the term genius. Kanye's lyrics show both creativity and literary intellect. His use of double entendres, puns, and humorous malapropisms make his verses some of the most enjoyable in hip-hop to date (in our opinion). With the Yeezy Taught Me extension, every time you open a new tab, you will be graced with lyrics written by the creative genius himself.                    

Informazioni di Base sull'Estensione

Nome Yeezy Taught Me Yeezy Taught Me
ID nianngijigdmdbohmcfjpkddmeepbnhp
URL Ufficiale https://chrome.google.com/webstore/detail/yeezy-taught-me/nianngijigdmdbohmcfjpkddmeepbnhp
Descrizione Bless yourself with the lyrics of Kanye West before you go off to explore the internet.
Dimensione del File 39.29 KB
Conteggio Installazioni 206
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-08-06
Data di Pubblicazione 2014-08-06
Valutazione 4.33/5 Totale 15 Valutazioni
Sviluppatore Shyam Mervana
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yeezy Taught Me",
    "description": "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.",
    "version": "1.0.1",
    "permissions": [
        "*:\/\/use.typekit.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.typekit.net; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    }
}