BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
Cos'è BookmarkPilot?
BookmarkPilot è un'estensione di Chrome sviluppata da https://bookmarkpilot.ai, e la sua funzione principale è "Search and Export your X/Twitter bookmarks with complete privacy.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BookmarkPilot
Scarica i file di estensione BookmarkPilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
| URL Ufficiale | https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm |
| Descrizione | Search and Export your X/Twitter bookmarks with complete privacy. |
| Dimensione del File | 485 KB |
| Conteggio Installazioni | 180 |
| Versione Corrente | 1.22 |
| Ultimo Aggiornamento | 2023-11-25 |
| Data di Pubblicazione | 2023-10-19 |
| Valutazione | 4.14/5 Totale 7 Valutazioni |
| Sviluppatore | https://bookmarkpilot.ai |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.bookmarkpilot.ai/ |
| URL della Pagina di Aiuto | https://www.bookmarkpilot.ai/Support |
| URL della Pagina della Politica sulla Privacy | https://www.bookmarkpilot.ai/Privacy |
| Lingue Supportate | 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"
]
} | |