Twitter Verified Account Sunglasses

This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0

Twitter Verified Account Sunglasses란 무엇입니까?

Twitter Verified Account Sunglasses은(는) https://www.icze4r.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0"입니다.

확장 프로그램 스크린샷

screenshot

Twitter Verified Account Sunglasses 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of seeing Twitter Verified account checkmarks?  This turns the checkmarks into a brown poop emoji.

You're welcome.

By the way: the full 'code' (it's mostly just CSS) for this is available on my Github: https://github.com/icze4r/TwitterSunglasses

You can just download that and install it using the instructions there, if you want.  Just giving you everything so you can avoid a bamboozle.


Note: this isn't gonna work for TweetDeck, but I've provided instructions on how you can do it yourself in TweetDeck: https://github.com/icze4r/TwitterSunglasses/blob/master/tweetdeck-instructions.md                    

확장 프로그램 기본 정보

이름 Twitter Verified Account Sunglasses Twitter Verified Account Sunglasses
ID ajgilddapndgbmniliponchegglobphm
공식 URL https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm
설명 This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
파일 크기 34.73 KB
설치 횟수 75
현재 버전 0.1.0
최근 업데이트 2017-06-16
출시 날짜 2017-06-16
평점 4.50/5 총 8 개의 평점
개발자 https://www.icze4r.org
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Verified Account Sunglasses",
    "version": "0.1.0",
    "description": "This thing changes Twitter Verified checkmarks into poop emojis.  Icon by Proycontec, CC BY-SA 4.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}