Yeezy Taught Me

Bless yourself with the lyrics of Kanye West before you go off to explore the internet.

Yeezy Taught Me क्या है?

Yeezy Taught Me Shyam Mervana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bless yourself with the lyrics of Kanye West before you go off to explore the internet."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yeezy Taught Me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The name "Kanye West" is often associated with words like egotistic, pompous, and arrogant. We prefer the term genius. Kanye's lyrics show both creativity and literary intellect. His use of double entendres, puns, and humorous malapropisms make his verses some of the most enjoyable in hip-hop to date (in our opinion). With the Yeezy Taught Me extension, every time you open a new tab, you will be graced with lyrics written by the creative genius himself.                    

एक्सटेंशन की मूल जानकारी

नाम Yeezy Taught Me Yeezy Taught Me
ID nianngijigdmdbohmcfjpkddmeepbnhp
आधिकारिक URL https://chrome.google.com/webstore/detail/yeezy-taught-me/nianngijigdmdbohmcfjpkddmeepbnhp
विवरण Bless yourself with the lyrics of Kanye West before you go off to explore the internet.
फ़ाइल का आकार 39.29 KB
स्थापना संख्या 206
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2014-08-06
प्रकाशन तिथि 2014-08-06
रेटिंग 4.33/5 कुल 15 रेटिंग्स
डेवलपर Shyam Mervana
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yeezy Taught Me",
    "description": "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.",
    "version": "1.0.1",
    "permissions": [
        "*:\/\/use.typekit.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.typekit.net; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    }
}