Skeb Button

Add Skeb button to X.

Skeb Buttonとは何ですか?

Skeb Buttonはhttps://skeb.jpによって開発されたChromeの拡張機能で、その主な機能は「Add Skeb button to X.」です。

拡張機能のスクリーンショット

screenshot

Skeb Button拡張機能のCRXファイルをダウンロード

Skeb Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Skebを利用しているTwitterユーザーのプロフィールページにSkebの募集状況を表示します。

主な機能
・Skebのユーザーページへのリンク
・クリエイターの場合は募集の可否、おまかせ金額、今までに納品した作品の件数を表示
・クライアントの場合は今までの取引実績を表示                    

拡張機能の基本情報

名前 Skeb Button Skeb Button
ID onjegdbehgoamaiochjfnkokondpgoim
公式URL https://chromewebstore.google.com/detail/skeb-button/onjegdbehgoamaiochjfnkokondpgoim
説明 Add Skeb button to X.
ファイルサイズ 13.78 KB
インストール数 10,000
現在のバージョン 1.06
最終更新日 2024-01-12
公開日 2020-04-05
評価 4.00/5 合計 8 レビュー
開発者 https://skeb.jp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://skeb.jp
プライバシーポリシーページのURL https://skeb.jp/privacy
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skeb Button",
    "description": "Add Skeb button to X.",
    "version": "1.06",
    "icons": {
        "128": "128.png"
    },
    "host_permissions": [
        "https:\/\/*.twitter.com\/",
        "https:\/\/skeb.jp\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}