Skeb Button
Add Skeb button to X.
什么是Skeb Button?
Skeb Button是由https://skeb.jp开发的Chrome扩展程序,该扩展的主要功能是“Add Skeb button to X.”。
扩展截图
下载Skeb Button扩展crx文件
下载Skeb Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Skebを利用しているTwitterユーザーのプロフィールページにSkebの募集状況を表示します。
主な機能
・Skebのユーザーページへのリンク
・クリエイターの場合は募集の可否、おまかせ金額、今までに納品した作品の件数を表示
・クライアントの場合は今までの取引実績を表示 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |