Skebify

A more modern version of the Skeb Button extension.

什麼是Skebify?

Skebify是由Mark開發的Chrome擴展程式,該擴展的主要功能是“A more modern version of the Skeb Button extension.”。

擴展截圖

screenshot
screenshot

下載Skebify擴展crx文件

下載Skebify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A more modern version of the Skeb Button extension, which adds links to Skeb.jp on Twitter profiles. Open source, with text localized to both English and Japanese.                    

擴展基本資訊

名稱 Skebify Skebify
ID ofjnlldjdmibignbbafmjgncedjklonk
官方網址 https://chromewebstore.google.com/detail/skebify/ofjnlldjdmibignbbafmjgncedjklonk
簡介 A more modern version of the Skeb Button extension.
檔案大小 32.88 KB
安裝次數 48
目前版本 1.0.0
更新時間 2022-12-26
上架時間 2022-12-26
開發者 Mark
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mark-ignacio/skebify
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.0",
    "author": "Mark Ignacio",
    "name": "Skebify",
    "description": "A more modern version of the Skeb Button extension.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter.bb6c8aa9.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/skeb.jp\/api\/*"
    ]
}