BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
Vad är BookmarkPilot?
BookmarkPilot är en Chrome-tillägg utvecklad av https://bookmarkpilot.ai, och dess huvudfunktion är "Search and Export your X/Twitter bookmarks with complete privacy.".
Tilläggsskärmbilder
Ladda ner BookmarkPilot-förlängningens CRX-fil
Ladda ner BookmarkPilot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
| Officiell webbadress | https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm |
| Beskrivning | Search and Export your X/Twitter bookmarks with complete privacy. |
| Filstorlek | 485 KB |
| Antal Installationer | 180 |
| Aktuell Version | 1.22 |
| Senast Uppdaterad | 2023-11-25 |
| Publiceringsdatum | 2023-10-19 |
| Betyg | 4.14/5 Totalt 7 Betyg |
| Utvecklare | https://bookmarkpilot.ai |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.bookmarkpilot.ai/ |
| Hjälpsida URL | https://www.bookmarkpilot.ai/Support |
| URL till Sekretesspolicy Sidan | https://www.bookmarkpilot.ai/Privacy |
| Stödda Språk | 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"
]
} | |