Kanye Glasses for Chrome
Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!
O que é Kanye Glasses for Chrome?
Kanye Glasses for Chrome é uma extensão do Chrome desenvolvida por Upgrade Avenue, e sua principal característica é "Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kanye Glasses for Chrome
Baixe arquivos de extensão Kanye Glasses for Chrome 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
Look at the world through Kanye's eyes. This is the greatest chrome extension of all time, OF ALL TIME. Don't worry, you can disable it when you've had your share of Kanye glasses at anytime. The extension is free. But you can buy me a cup of coffee. dogecoin: D6hfHXH9b1Yq9Tj2GVm645ehKXvLDM7729 bitcoin: 13BTnCimcPPMfaMVwtADmVE7NtbWTTW2fH such generous. much thanks. very wow.
Informações Básicas da Extensão
Nome | Kanye Glasses for Chrome |
ID | ebbbjaaohdcnfjaalglimhaoogaiaggp |
URL Oficial | https://chromewebstore.google.com/detail/kanye-glasses-for-chrome/ebbbjaaohdcnfjaalglimhaoogaiaggp |
Descrição | Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME! |
Tamanho do Arquivo | 59.2 KB |
Contagem de Instalações | 285 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-10-18 |
Data de Publicação | 2016-10-18 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | Upgrade Avenue |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanye Glasses for Chrome", "version": "1.0.0", "manifest_version": 2, "description": "Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!", "icons": { "16": "images\/icon.png", "128": "images\/icon.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.png", "38": "images\/icon.png" }, "default_title": "Kanye Glasses" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |