Twitter Timeline Eradicator

Get rid of your Twitter addiction

Twitter Timeline Eradicatorคืออะไร?

Twitter Timeline Eradicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grant Gumina และคุณลักษณะหลักของมันคือ "Get rid of your Twitter addiction"

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

screenshot

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

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

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

                        Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter Timeline Eradicator Twitter Timeline Eradicator
ID jkdloljnomnhbkifgmiobaaajfemiccm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm
คำอธิบาย Get rid of your Twitter addiction
ขนาดไฟล์ 82.83 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-10-31
วันที่เผยแพร่ 2017-10-31
คะแนน 1.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Grant Gumina
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/grantgumina/twitter-timeline-eradicator
URL หน้าช่วยเหลือ https://github.com/grantgumina/twitter-timeline-eradicator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Timeline Eradicator",
    "short_name": "Twitter Timeline Eradicator",
    "version": "0.0.2",
    "description": "Get rid of your Twitter addiction",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/eradicate.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/quote.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}