TwittaSave
Download Twitter Videos and Gifs to your device easily.
TwittaSaveとは何ですか?
TwittaSaveはhttp://twittasave.netによって開発されたChromeの拡張機能で、その主な機能は「Download Twitter Videos and Gifs to your device easily.」です。
拡張機能のスクリーンショット
TwittaSave拡張機能のCRXファイルをダウンロード
TwittaSave拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TwittaSave helps you to download Videos and animated Gifs from Twitter tweets to your device with just a button click. Simply navigate your browser to the tweet containing the video or animated gif. Then click on the TwittaSave extension icon on the top right corner of your browser and then click the Download button.
拡張機能の基本情報
名前 | |
ID | cgnlcidhpmgpfoeghnjddeikclplgfbe |
公式URL | https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe |
説明 | Download Twitter Videos and Gifs to your device easily. |
ファイルサイズ | 311 KB |
インストール数 | 761 |
現在のバージョン | 1.3 |
最終更新日 | 2021-01-18 |
公開日 | 2019-11-20 |
評価 | 3.27/5 合計 15 レビュー |
開発者 | http://twittasave.net |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwittaSave", "description": "Download Twitter Videos and Gifs to your device easily.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/api.jublo.net\/*" ], "js": [ "jquery-3.1.1.min.js", "codebird.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "TwittaSave - Download Twitter Videos and Gifs to your device easily" }, "permissions": [ "tabs", "https:\/\/twitter.com\/*" ] } |