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"
]
}
]
} | |