Yeezy Taught Me

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

O que é Yeezy Taught Me?

Yeezy Taught Me é uma extensão do Chrome desenvolvida por Shyam Mervana, e sua principal característica é "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Yeezy Taught Me

Baixe arquivos de extensão Yeezy Taught Me no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Yeezy Taught Me Yeezy Taught Me
ID nianngijigdmdbohmcfjpkddmeepbnhp
URL Oficial https://chrome.google.com/webstore/detail/yeezy-taught-me/nianngijigdmdbohmcfjpkddmeepbnhp
Descrição Bless yourself with the lyrics of Kanye West before you go off to explore the internet.
Tamanho do Arquivo 39.29 KB
Contagem de Instalações 206
Versão Atual 1.0.1
Última Atualização 2014-08-06
Data de Publicação 2014-08-06
Classificação 4.33/5 Total de 15 Avaliações
Desenvolvedor Shyam Mervana
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}