BookmarkPilot

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

Apa itu BookmarkPilot?

BookmarkPilot adalah ekstensi Chrome yang dikembangkan oleh https://bookmarkpilot.ai, dan fitur utamanya adalah "Search and Export your X/Twitter bookmarks with complete privacy.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi BookmarkPilot

Unduh file ekstensi BookmarkPilot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama BookmarkPilot BookmarkPilot
ID ikgidgjdlobibdcbakmeepmgegpkodcm
URL Resmi https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm
Deskripsi Search and Export your X/Twitter bookmarks with complete privacy.
Ukuran File 485 KB
Jumlah Instalasi 180
Versi Saat Ini 1.22
Terakhir Diperbarui 2023-11-25
Tanggal Publikasi 2023-10-19
Penilaian 4.14/5 Total 7 Penilaian
Pengembang https://bookmarkpilot.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.bookmarkpilot.ai/
URL Halaman Bantuan https://www.bookmarkpilot.ai/Support
URL Halaman Kebijakan Privasi https://www.bookmarkpilot.ai/Privacy
Bahasa yang Didukung 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"
    ]
}