Twitter-💓🍣
Let you change the new Twitter Like Heart into 🍣.
Twitter-💓🍣란 무엇입니까?
Twitter-💓🍣은(는) tatzyr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let you change the new Twitter Like Heart into 🍣."입니다.
확장 프로그램 스크린샷
Twitter-💓🍣 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                                             확장 프로그램 기본 정보
| 이름 |   |  
| ID | mjpkliiekogffkgegdgendlnbjllncem | 
| 공식 URL | https://chromewebstore.google.com/detail/twitter-%F0%9F%92%93%F0%9F%8D%A3/mjpkliiekogffkgegdgendlnbjllncem | 
| 설명 | Let you change the new Twitter Like Heart into 🍣. | 
| 파일 크기 | 107 KB | 
| 설치 횟수 | 691 | 
| 현재 버전 | 0.3.0 | 
| 최근 업데이트 | 2017-06-16 | 
| 출시 날짜 | 2017-06-16 | 
| 평점 | 4.50/5 총 32 개의 평점 | 
| 개발자 | tatzyr | 
| 결제 유형 | free | 
| 지원되는 언어 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter-\ud83d\udc93\ud83c\udf63",
    "version": "0.3.0",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "description": "Let you change the new Twitter Like Heart into \ud83c\udf63.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "img\/sushi_nonanimation.png",
        "img\/sushi_notification.png"
    ]
}  |  |