BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
Was ist BookmarkPilot?
BookmarkPilot ist eine Chrome-Erweiterung, die von https://bookmarkpilot.ai entwickelt wurde, und ihr Hauptmerkmal ist "Search and Export your X/Twitter bookmarks with complete privacy.".
Erweiterungsscreenshots
BookmarkPilot-Erweiterungs-CRX-Datei herunterladen
Laden Sie BookmarkPilot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
| Offizielle URL | https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm |
| Beschreibung | Search and Export your X/Twitter bookmarks with complete privacy. |
| Dateigröße | 485 KB |
| Installationsanzahl | 180 |
| Aktuelle Version | 1.22 |
| Letztes Update | 2023-11-25 |
| Veröffentlichungsdatum | 2023-10-19 |
| Bewertung | 4.14/5 Insgesamt 7 Bewertungen |
| Entwickler | https://bookmarkpilot.ai |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.bookmarkpilot.ai/ |
| Hilfeseite URL | https://www.bookmarkpilot.ai/Support |
| URL der Datenschutzrichtlinien-Seite | https://www.bookmarkpilot.ai/Privacy |
| Unterstützte Sprachen | 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"
]
} | |