Flying Buttons

Make all buttons from all website flying

Flying Buttonsคืออะไร?

Flying Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bastien Le Gall และคุณลักษณะหลักของมันคือ "Make all buttons from all website flying"

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

screenshot

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

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

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

                        Little extension to prank colleagues, make all buttons and link fly on all websites                    

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

ชื่อ Flying Buttons Flying Buttons
ID eapoficnfaiibccajcioechlbiaadkgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flying-buttons/eapoficnfaiibccajcioechlbiaadkgg
คำอธิบาย Make all buttons from all website flying
ขนาดไฟล์ 89.45 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-03-25
วันที่เผยแพร่ 2022-03-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Bastien Le Gall
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flying Buttons",
    "description": "Make all buttons from all website flying",
    "version": "1.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": ".\/wing.png",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "50": ".\/wing.png"
    }
}