Skeb Button
Add Skeb button to X.
What is Skeb Button?
Skeb Button is a Chrome extension developed by https://skeb.jp, and its main feature is "Add Skeb button to X.".
Extension Screenshots
Download Skeb Button Extension CRX File
Download Skeb Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Skebを利用しているTwitterユーザーのプロフィールページにSkebの募集状況を表示します。 主な機能 ・Skebのユーザーページへのリンク ・クリエイターの場合は募集の可否、おまかせ金額、今までに納品した作品の件数を表示 ・クライアントの場合は今までの取引実績を表示
Extension Basic Information
Name | Skeb Button |
ID | onjegdbehgoamaiochjfnkokondpgoim |
Official URL | https://chromewebstore.google.com/detail/skeb-button/onjegdbehgoamaiochjfnkokondpgoim |
Description | Add Skeb button to X. |
File Size | 13.78 KB |
Installation Count | 10,000 |
Current Version | 1.06 |
Last Updated | 2024-01-12 |
Publish Date | 2020-04-05 |
Rating | 4.00/5 Total 8 Ratings |
Developer | https://skeb.jp |
[email protected] | |
Payment Type | free |
Extension Website | https://skeb.jp |
Privacy Policy Page URL | https://skeb.jp/privacy |
Supported Languages | 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" ] } ] } |