BookmarkPilot

Search and Export your X/Twitter bookmarks with complete privacy.

BookmarkPilot क्या है?

BookmarkPilot https://bookmarkpilot.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search and Export your X/Twitter bookmarks with complete privacy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BookmarkPilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!                    

एक्सटेंशन की मूल जानकारी

नाम BookmarkPilot BookmarkPilot
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/
सहायता पृष्ठ URL https://www.bookmarkpilot.ai/Support
गोपनीयता नीति पृष्ठ URL 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"
    ]
}