BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
ما هو BookmarkPilot؟
BookmarkPilot هو إضافة Chrome تم تطويرها بواسطة https://bookmarkpilot.ai، والميزة الرئيسية لها هي "Search and Export your X/Twitter bookmarks with complete privacy.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BookmarkPilot
قم بتنزيل ملفات الامتداد BookmarkPilot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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! معلومات أساسية عن التمديد
| الاسم | |
| ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm |
| الوصف | Search and Export your X/Twitter bookmarks with complete privacy. |
| حجم الملف | 485 KB |
| عدد التثبيتات | 180 |
| النسخة الحالية | 1.22 |
| آخر تحديث | 2023-11-25 |
| تاريخ النشر | 2023-10-19 |
| تقييم | 4.14/5 مجموع تقييمات 7 |
| المطور | https://bookmarkpilot.ai |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.bookmarkpilot.ai/ |
| عنوان صفحة المساعدة | https://www.bookmarkpilot.ai/Support |
| عنوان صفحة سياسة الخصوصية | https://www.bookmarkpilot.ai/Privacy |
| اللغات المدعومة | 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"
]
} | |