Equal Twitter

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

Equal Twitterคืออะไร?

Equal Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hendra Susanto และคุณลักษณะหลักของมันคือ "Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Equal Twitter

ดาวน์โหลดไฟล์ส่วนขยาย Equal Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}