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!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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:\/\/*\/*"
    ]
}