Kanye Glasses for Chrome
Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!
Co je Kanye Glasses for Chrome?
Kanye Glasses for Chrome je rozšíření Chrome vyvinuté Upgrade Avenue, a jeho hlavní funkcí je „Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kanye Glasses for Chrome
Stáhněte si soubory rozšíření Kanye Glasses for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Kanye Glasses for Chrome |
ID | ebbbjaaohdcnfjaalglimhaoogaiaggp |
Oficiální URL | https://chromewebstore.google.com/detail/kanye-glasses-for-chrome/ebbbjaaohdcnfjaalglimhaoogaiaggp |
Popis | Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME! |
Velikost souboru | 59.2 KB |
Počet instalací | 285 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2016-10-18 |
Datum Vydání | 2016-10-18 |
Hodnocení | 4.75/5 Celkem 4 Hodnocení |
Vývojář | Upgrade Avenue |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } |