BookmarkPilot

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

Hvad er BookmarkPilot?

BookmarkPilot er en Chrome-udvidelse udviklet af https://bookmarkpilot.ai, og dens hovedfunktion er "Search and Export your X/Twitter bookmarks with complete privacy.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download BookmarkPilot-udvidelses-CRX-fil

Download BookmarkPilot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn BookmarkPilot BookmarkPilot
ID ikgidgjdlobibdcbakmeepmgegpkodcm
Officiel URL https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm
Beskrivelse Search and Export your X/Twitter bookmarks with complete privacy.
Filstørrelse 485 KB
Antal Installationer 180
Nuværende Version 1.22
Senest Opdateret 2023-11-25
Udgivelsesdato 2023-10-19
Bedømmelse 4.14/5 Samlet 7 Bedømmelser
Udvikler https://bookmarkpilot.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.bookmarkpilot.ai/
Hjælpeside-URL https://www.bookmarkpilot.ai/Support
URL til Fortrolighedspolitik Side https://www.bookmarkpilot.ai/Privacy
Understøttede Sprog 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"
    ]
}