BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
什么是BookmarkPilot?
BookmarkPilot是由https://bookmarkpilot.ai开发的Chrome扩展程序,该扩展的主要功能是“Search and Export your X/Twitter bookmarks with complete privacy.”。
扩展截图
下载BookmarkPilot扩展crx文件
下载BookmarkPilot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Explore the power of BookmarkPilot – your all-in-one X/Twitter Bookmark tool. Conveniently view your X/Twitter Bookmarks. Search by Name, Handle, or Tweet Text with ease. Export selected tweets to CSV for your convenience. Rest easy with our complete privacy guarantee. It's 100% free, with no login required. And don't forget to discover bookmarks from users worldwide! 扩展基本信息
| 名称 | |
| ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
| 官方URL | https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm |
| 简介 | Search and Export your X/Twitter bookmarks with complete privacy. |
| 文件大小 | 485 KB |
| 安装次数 | 180 |
| 当前版本 | 1.22 |
| 更新时间 | 2023-11-25 |
| 上架时间 | 2023-10-19 |
| 评分 | 4.14/5 共7次评分 |
| 开发者 | https://bookmarkpilot.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.bookmarkpilot.ai/ |
| 帮助页面URL | https://www.bookmarkpilot.ai/Support |
| 隐私政策页面URL | https://www.bookmarkpilot.ai/Privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BookmarkPilot",
"description": "Search and Export your X\/Twitter bookmarks with complete privacy.",
"version": "1.22",
"manifest_version": 3,
"icons": {
"16": "bookmarkpilot16.png",
"32": "bookmarkpilot32.png",
"48": "bookmarkpilot48.png",
"128": "bookmarkpilot128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"action": [],
"permissions": [
"activeTab"
]
} | |