GiffyTube
Get links to 3 second GIFs of the YouTube video you're watching
GiffyTubeとは何ですか?
GiffyTubeはhttps://giffytu.beによって開発されたChromeの拡張機能で、その主な機能は「Get links to 3 second GIFs of the YouTube video you're watching」です。
拡張機能のスクリーンショット
GiffyTube拡張機能のCRXファイルをダウンロード
GiffyTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | GiffyTube |
ID | fijjgkkihhmbajhllkonpghlniolbhgl |
公式URL | https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl |
説明 | Get links to 3 second GIFs of the YouTube video you're watching |
ファイルサイズ | 8.34 KB |
インストール数 | 97 |
現在のバージョン | 0.0.11 |
最終更新日 | 2014-10-22 |
公開日 | 2014-10-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://giffytu.be |
支払い方法 | free |
拡張機能のウェブサイト | http://giffytu.be |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.11", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "scripts\/inject.js", "scripts\/vendor\/react\/react.js" ] } |