DegenTweet
One-Click NFT Twitter giveaway automation tool
什么是DegenTweet?
DegenTweet是由degentweet开发的Chrome扩展程序,该扩展的主要功能是“One-Click NFT Twitter giveaway automation tool”。
扩展截图
下载DegenTweet扩展crx文件
下载DegenTweet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A easy way to enter NFT giveaways! Like, RT, follow and tag friends with just one click. Visit degentweet.xyz for more information. 扩展基本信息
| 名称 | |
| ID | clcimpfipfmikljncbhpigbhndnlgjhi |
| 官方URL | https://chromewebstore.google.com/detail/degentweet/clcimpfipfmikljncbhpigbhndnlgjhi |
| 简介 | One-Click NFT Twitter giveaway automation tool |
| 文件大小 | 228 KB |
| 安装次数 | 632 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-08-23 |
| 上架时间 | 2022-08-20 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | degentweet |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.degentweet.xyz/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DegenTweet",
"description": "One-Click NFT Twitter giveaway automation tool",
"version": "1.0.1",
"manifest_version": 3,
"author": {
"name": "DegenTweet",
"url": "https:\/\/www.degentweet.xyz"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"background": {
"service_worker": "js\/worker-bundle.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/www.degentweet.xyz\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"resources": [
"icons\/*.png"
]
}
],
"permissions": [
"storage"
]
} | |