Threads Lists
Easy way to transfer your twitter followers
什么是Threads Lists?
Threads Lists是由https://threadslists.com开发的Chrome扩展程序,该扩展的主要功能是“Easy way to transfer your twitter followers”。
扩展截图
下载Threads Lists扩展crx文件
下载Threads Lists扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow. 扩展基本信息
| 名称 | |
| ID | ikcondoimaicdklohocliopmdlfgoohn |
| 官方URL | https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn |
| 简介 | Easy way to transfer your twitter followers |
| 文件大小 | 16.26 KB |
| 安装次数 | 113 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-07-26 |
| 上架时间 | 2023-07-26 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://threadslists.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.threadslists.com |
| 帮助页面URL | https://www.threads.net/@bhsdrew |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Threads Lists",
"version": "1.0",
"description": "Easy way to transfer your twitter followers",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"script.js"
],
"matches": [
"https:\/\/*.twitter.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
"content_script.js"
]
}
],
"host_permissions": [
"https:\/\/www.threadslists.com\/*",
"https:\/\/twitter.com\/*"
]
} | |