Twitter-💓🍣

Let you change the new Twitter Like Heart into 🍣.

Twitter-💓🍣คืออะไร?

Twitter-💓🍣 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tatzyr และคุณลักษณะหลักของมันคือ "Let you change the new Twitter Like Heart into 🍣."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter-💓🍣

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

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

                                            

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

ชื่อ Twitter-💓🍣 Twitter-💓🍣
ID mjpkliiekogffkgegdgendlnbjllncem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-%F0%9F%92%93%F0%9F%8D%A3/mjpkliiekogffkgegdgendlnbjllncem
คำอธิบาย Let you change the new Twitter Like Heart into 🍣.
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 691
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2017-06-16
วันที่เผยแพร่ 2017-06-16
คะแนน 4.50/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา tatzyr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter-\ud83d\udc93\ud83c\udf63",
    "version": "0.3.0",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "description": "Let you change the new Twitter Like Heart into \ud83c\udf63.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "img\/sushi_nonanimation.png",
        "img\/sushi_notification.png"
    ]
}