BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
Qu'est-ce que BookmarkPilot ?
BookmarkPilot est une extension Chrome développée par https://bookmarkpilot.ai, et sa fonction principale est "Search and Export your X/Twitter bookmarks with complete privacy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BookmarkPilot
Téléchargez les fichiers d'extension BookmarkPilot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | BookmarkPilot |
ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
URL Officiel | https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm |
Description | Search and Export your X/Twitter bookmarks with complete privacy. |
Taille du Fichier | 485 KB |
Nombre d'Installations | 180 |
Version Actuelle | 1.22 |
Dernière Mise à Jour | 2023-11-25 |
Date de Publication | 2023-10-19 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | https://bookmarkpilot.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.bookmarkpilot.ai/ |
URL de la Page d'Aide | https://www.bookmarkpilot.ai/Support |
URL de la Page de Politique de Confidentialité | https://www.bookmarkpilot.ai/Privacy |
Langues Prises en Charge | 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" ] } |