Flying Buttons

Make all buttons from all website flying

什麼是Flying Buttons?

Flying Buttons是由Bastien Le Gall開發的Chrome擴展程式,該擴展的主要功能是“Make all buttons from all website flying”。

擴展截圖

screenshot

下載Flying Buttons擴展crx文件

下載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
官方網址 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"
    }
}