TwitterCleaner

One click followers cleaner

TwitterCleanerคืออะไร?

TwitterCleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Team GoProd และคุณลักษณะหลักของมันคือ "One click followers cleaner"

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

screenshot

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

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

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

                        Clean your fakes followers on Twitter with one click action !                    

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

ชื่อ TwitterCleaner TwitterCleaner
ID fndneoegebaigglcndojmbhjfdfmajnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twittercleaner/fndneoegebaigglcndojmbhjfdfmajnl
คำอธิบาย One click followers cleaner
ขนาดไฟล์ 37.12 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-07-24
วันที่เผยแพร่ 2014-07-24
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Team GoProd
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/GoProd
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitterCleaner",
    "version": "1.0.1",
    "description": "One click followers cleaner",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/followers"
            ],
            "css": [
                "report-spam.css"
            ],
            "js": [
                "report-spam.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "report-spam-icon.png",
        "report-spam-avatar-block.png"
    ],
    "manifest_version": 2
}