BookmarkPilot

Search and Export your X/Twitter bookmarks with complete privacy.

What is BookmarkPilot?

BookmarkPilot is a Chrome extension developed by https://bookmarkpilot.ai, and its main feature is "Search and Export your X/Twitter bookmarks with complete privacy.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BookmarkPilot Extension CRX File

Download BookmarkPilot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name BookmarkPilot BookmarkPilot
ID ikgidgjdlobibdcbakmeepmgegpkodcm
Official URL https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm
Description Search and Export your X/Twitter bookmarks with complete privacy.
File Size 485 KB
Installation Count 180
Current Version 1.22
Last Updated 2023-11-25
Publish Date 2023-10-19
Rating 4.14/5 Total 7 Ratings
Developer https://bookmarkpilot.ai
Email [email protected]
Payment Type free
Extension Website https://www.bookmarkpilot.ai/
Help Page URL https://www.bookmarkpilot.ai/Support
Privacy Policy Page URL https://www.bookmarkpilot.ai/Privacy
Supported Languages 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"
    ]
}