Equal Twitter

Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.

Equal Twitter란 무엇입니까?

Equal Twitter은(는) Hendra Susanto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Equal Twitter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Twitter verified badge has long been a subject for debate. Some people like it, some hate it. Some people are not sure how to get their account verified, some people are verified without any obvious reason.

Why not make everyone in Twitter equal? Using this extension, you can do it. Either set everyone as verified, or remove the verified badge from everyone. It's your choice.                    

확장 프로그램 기본 정보

이름 Equal Twitter Equal Twitter
ID kofnnmoilpjbdcpgpfldmonmcmemkbip
공식 URL https://chromewebstore.google.com/detail/equal-twitter/kofnnmoilpjbdcpgpfldmonmcmemkbip
설명 Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.
파일 크기 17.23 KB
설치 횟수 42
현재 버전 0.0.2
최근 업데이트 2017-11-17
출시 날짜 2017-11-17
평점 3.25/5 총 4 개의 평점
개발자 Hendra Susanto
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/benhanks040888/equal-twitter
도움말 페이지 URL https://github.com/benhanks040888/equal-twitter
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Equal Twitter",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Equal Twitter",
        "default_popup": "src\/browser_action\/popup.html"
    },
    "permissions": [
        "https:\/\/*.twitter.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}