Twitter Hearts To Farts

Replace hearts with a vibrating farting butt. im sorry

Twitter Hearts To Fartsคืออะไร?

Twitter Hearts To Farts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Autophagy และคุณลักษณะหลักของมันคือ "Replace hearts with a vibrating farting butt. im sorry"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Hearts To Farts

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

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

                        Changes the heart like icon on twitter to a farting butt. A/B tests show this improves brand engagement, synergy and some other stuff. web 2.0                    

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

ชื่อ Twitter Hearts To Farts Twitter Hearts To Farts
ID nkpegmgbelakecmncjcpkfbgihefohni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni
คำอธิบาย Replace hearts with a vibrating farting butt. im sorry
ขนาดไฟล์ 20.03 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-11-04
วันที่เผยแพร่ 2015-11-03
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Autophagy
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Autophagy/twitter-hearts-to-farts
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Hearts To Farts",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "butticon.png",
        "48": "butticon.png",
        "128": "butticon.png"
    },
    "description": "Replace hearts with a vibrating farting butt. im sorry",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "buttfart.png"
    ]
}