Return Tweet Source Label & Bird icon

This extention will show source label on twitter again.

Return Tweet Source Label & Bird iconคืออะไร?

Return Tweet Source Label & Bird icon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://irucabot.com และคุณลักษณะหลักของมันคือ "This extention will show source label on twitter again."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Return Tweet Source Label & Bird icon

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

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

                        This extention will show source label on twitter again.
In addition, the Twitter bird logo will be restored.                    

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

ชื่อ Return Tweet Source Label & Bird icon Return Tweet Source Label & Bird icon
ID mhkngabolhbckfjpmjclhockpdclfppc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc
คำอธิบาย This extention will show source label on twitter again.
ขนาดไฟล์ 15.75 KB
จำนวนการติดตั้ง 1,784
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2022-12-20
คะแนน 4.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://irucabot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Return Tweet Source Label & Bird icon",
    "description": "__MSG_Description__",
    "manifest_version": 3,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{4801724c-9d0a-48fc-b663-86400e45f940}"
        }
    }
}