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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |