Twity

Old posts remover

Twityคืออะไร?

Twity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aksionau.com และคุณลักษณะหลักของมันคือ "Old posts remover"

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

screenshot
screenshot
screenshot

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

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

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

                        Want to start your Twitter from scratch?
Try our extension!

No permissions to your Twitter account are needed!
All this extension does is click buttons for you!

How to use:
Just open your Twitter profile page, set the number of Tweets to remove, and click “Delete”!
This extension will remove Tweets from the most recent to earlier ones.                    

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

ชื่อ Twity Twity
ID mnencakcmnofdmpgmklkknklikgpodoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo
คำอธิบาย Old posts remover
ขนาดไฟล์ 34.67 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-12-29
วันที่เผยแพร่ 2021-12-10
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://aksionau.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twity",
    "description": "Old posts remover",
    "version": "0.1.0",
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "Twity"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}