Kanye Glasses for Chrome
Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!
Kanye Glasses for Chrome क्या है?
Kanye Glasses for Chrome Upgrade Avenue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kanye Glasses for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Kanye Glasses for Chrome |
ID | ebbbjaaohdcnfjaalglimhaoogaiaggp |
आधिकारिक URL | https://chromewebstore.google.com/detail/kanye-glasses-for-chrome/ebbbjaaohdcnfjaalglimhaoogaiaggp |
विवरण | Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME! |
फ़ाइल का आकार | 59.2 KB |
स्थापना संख्या | 285 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-10-18 |
प्रकाशन तिथि | 2016-10-18 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Upgrade Avenue |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |