Twitter Unfollow Nonfollowers

An easy to use twitter mass unfollow extension

Twitter Unfollow Nonfollowersคืออะไร?

Twitter Unfollow Nonfollowers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://theklimts.com และคุณลักษณะหลักของมันคือ "An easy to use twitter mass unfollow extension"

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

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

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

                                            

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

ชื่อ Twitter Unfollow Nonfollowers Twitter Unfollow Nonfollowers
ID pfifdengebdnamnnmjnmilooodnncjok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-unfollow-nonfollo/pfifdengebdnamnnmjnmilooodnncjok
คำอธิบาย An easy to use twitter mass unfollow extension
ขนาดไฟล์ 70.45 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2016-01-20
วันที่เผยแพร่ 2016-01-20
คะแนน 2.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://theklimts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://theklimts.com
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "An easy to use twitter mass unfollow extension",
    "icons": {
        "128": "images\/128x128.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "Twitter Unfollow Nonfollowers",
    "short_name": "Unfollow all those nasty people who aren't following you back",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.11"
}