BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
BookmarkPilotとは何ですか?
BookmarkPilotはhttps://bookmarkpilot.aiによって開発されたChromeの拡張機能で、その主な機能は「Search and Export your X/Twitter bookmarks with complete privacy.」です。
拡張機能のスクリーンショット
BookmarkPilot拡張機能のCRXファイルをダウンロード
BookmarkPilot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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 | 
| Eメール | [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"
    ]
}  |  |