Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Telegra.ph media downloaderとは何ですか?
Telegra.ph media downloaderはmarat.fakhreevによって開発されたChromeの拡張機能で、その主な機能は「Super simple, fast and clean image, video and audio downloader from telegra.ph」です。
拡張機能のスクリーンショット
Telegra.ph media downloader拡張機能のCRXファイルをダウンロード
Telegra.ph media downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Telegra.ph media downloader is a extension that allows you to easily download images, videos, and audio files from the telegraph blogging platform. With just a single click, you can save your favorite media content directly to your device. No more hassle of taking screenshots or recording videos, just a seamless and effortless experience. Whether you're a casual reader or a content creator, this extension is a must-have for anyone who wants to save their favorite telegraph media. Get it now and start downloading your favorite content with ease!
拡張機能の基本情報
名前 | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
公式URL | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
説明 | Super simple, fast and clean image, video and audio downloader from telegra.ph |
ファイルサイズ | 21.03 KB |
インストール数 | 938 |
現在のバージョン | 1.2.2 |
最終更新日 | 2023-10-20 |
公開日 | 2023-02-09 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | marat.fakhreev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Telegra.ph media downloader", "description": "Super simple, fast and clean image, video and audio downloader from telegra.ph", "version": "1.2.2", "icons": { "16": "images\/logo\/16.png", "48": "images\/logo\/48.png", "128": "images\/logo\/128.png" }, "action": { "default_icon": { "16": "images\/logo\/16.png", "48": "images\/logo\/48.png", "128": "images\/logo\/128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ] } |