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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Upgrade Avenue, και η κύρια λειτουργία του είναι "Browse the internet through Kanye's eyes! The greatest chrome extension OF ALL TIME!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kanye Glasses for Chrome
Λήψη αρχείων επέκτασης Kanye Glasses for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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:\/\/*\/*" ] } |