Twitter Media Saver
Save Twitter images and video with a click of a button
Twitter Media Saverとは何ですか?
Twitter Media SaverはNikita Kartashovによって開発されたChromeの拡張機能で、その主な機能は「Save Twitter images and video with a click of a button」です。
拡張機能のスクリーンショット
Twitter Media Saver拡張機能のCRXファイルをダウンロード
Twitter Media Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wanted to save the images & videos you see on twitter? Here is plugin for you! Just click on a button near Direct Messages icon and save whatever you want!
拡張機能の基本情報
名前 | |
ID | ialfbkhnjhhgeplfephldjaofhggmkjn |
公式URL | https://chrome.google.com/webstore/detail/twitter-media-saver/ialfbkhnjhhgeplfephldjaofhggmkjn |
説明 | Save Twitter images and video with a click of a button |
ファイルサイズ | 432 KB |
インストール数 | 44 |
現在のバージョン | 1.0.0.5 |
最終更新日 | 2019-05-28 |
公開日 | 2019-05-28 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Nikita Kartashov |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nkartashov/twitter-media-saver |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Media Saver", "description": "Save Twitter images and video with a click of a button", "version": "1.0.0.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "js\/libs\/jquery.min.js", "js\/raf-ff-fix.js", "js\/fontawesome.js", "js\/contentscript.js" ] } ] } |