Skeb Button

Add Skeb button to X.

Cos'è Skeb Button?

Skeb Button è un'estensione di Chrome sviluppata da https://skeb.jp, e la sua funzione principale è "Add Skeb button to X.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skeb Button

Scarica i file di estensione Skeb Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Skeb Button Skeb Button
ID onjegdbehgoamaiochjfnkokondpgoim
URL Ufficiale https://chromewebstore.google.com/detail/skeb-button/onjegdbehgoamaiochjfnkokondpgoim
Descrizione Add Skeb button to X.
Dimensione del File 13.78 KB
Conteggio Installazioni 10,000
Versione Corrente 1.06
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2020-04-05
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore https://skeb.jp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://skeb.jp
URL della Pagina della Politica sulla Privacy https://skeb.jp/privacy
Lingue Supportate 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"
            ]
        }
    ]
}