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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bless yourself with the lyrics of Kanye West before you go off to explore the internet."입니다.

확장 프로그램 스크린샷

screenshot

Yeezy Taught Me 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}