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!
擴展基本資訊
名稱 | BookmarkPilot |
ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
官方網址 | 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" ] } |