9gag GIF addon
This addon automaticaly shows you the length of every gif on the website 9gag.com
9gag GIF addonとは何ですか?
9gag GIF addonはBlazzfreezzによって開発されたChromeの拡張機能で、その主な機能は「This addon automaticaly shows you the length of every gif on the website 9gag.com」です。
拡張機能のスクリーンショット
9gag GIF addon拡張機能のCRXファイルをダウンロード
9gag GIF addon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | giecpanbgcpgknljcmphhhfmbppmhhih |
| 公式URL | https://chrome.google.com/webstore/detail/9gag-gif-addon/giecpanbgcpgknljcmphhhfmbppmhhih |
| 説明 | This addon automaticaly shows you the length of every gif on the website 9gag.com |
| ファイルサイズ | 3.44 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-02-06 |
| 公開日 | 2017-02-06 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Blazzfreezz |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://9gag.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "9gag GIF addon",
"short_name": "9gag is lyfe",
"description": "This addon automaticaly shows you the length of every gif on the website 9gag.com",
"version": "1.1",
"content_scripts": [
{
"matches": [
"http:\/\/9gag.com\/*"
],
"js": [
"main.js"
],
"run_at": "document_start"
}
]
} | |