BookmarkPilot

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

Wat is BookmarkPilot?

BookmarkPilot is een Chrome-extensie ontwikkeld door https://bookmarkpilot.ai, en de belangrijkste functie is "Search and Export your X/Twitter bookmarks with complete privacy.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BookmarkPilot

Download BookmarkPilot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam BookmarkPilot BookmarkPilot
ID ikgidgjdlobibdcbakmeepmgegpkodcm
Officiële URL https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm
Beschrijving Search and Export your X/Twitter bookmarks with complete privacy.
Bestandsgrootte 485 KB
Aantal Installaties 180
Huidige Versie 1.22
Laatst Bijgewerkt 2023-11-25
Publicatiedatum 2023-10-19
Beoordeling 4.14/5 Totaal 7 Beoordelingen
Ontwikkelaar https://bookmarkpilot.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.bookmarkpilot.ai/
Help Pagina-URL https://www.bookmarkpilot.ai/Support
URL van de Privacybeleid Pagina https://www.bookmarkpilot.ai/Privacy
Ondersteunde Talen 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"
    ]
}