VK gif autoplay
Automatically starts playing back all gifs on the IM page of VK.com
VK gif autoplayとは何ですか?
VK gif autoplayはEVILによって開発されたChromeの拡張機能で、その主な機能は「Automatically starts playing back all gifs on the IM page of VK.com」です。
拡張機能のスクリーンショット
VK gif autoplay拡張機能のCRXファイルをダウンロード
VK gif autoplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jlimlkjiamjlioaahgfjpgfnpfojfeid |
| 公式URL | https://chromewebstore.google.com/detail/vk-gif-autoplay/jlimlkjiamjlioaahgfjpgfnpfojfeid |
| 説明 | Automatically starts playing back all gifs on the IM page of VK.com |
| ファイルサイズ | 3.66 KB |
| インストール数 | 70 |
| 現在のバージョン | 1.0.7 |
| 最終更新日 | 2018-12-18 |
| 公開日 | 2018-12-18 |
| 評価 | 2.00/5 合計 1 レビュー |
| 開発者 | EVIL |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VK gif autoplay",
"version": "1.0.7",
"description": "Automatically starts playing back all gifs on the IM page of VK.com",
"content_scripts": [
{
"matches": [
"http:\/\/vk.com\/*",
"https:\/\/vk.com\/*"
],
"js": [
"gifautoplay.js"
]
}
]
} | |