Pintergif
Autoplay for GIFs on Pinterest.
什么是Pintergif?
Pintergif是由zaven开发的Chrome扩展程序,该扩展的主要功能是“Autoplay for GIFs on Pinterest.”。
扩展截图
下载Pintergif扩展crx文件
下载Pintergif扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pintergif automatically plays any GIFs it finds on Pinterest's list or board views. This allows you to more easily browse through collections of animated GIFs, such as sprites or short animation pieces.
扩展基本信息
名称 | Pintergif |
ID | pjhjdjhaadgebfgcaodcoodllgihlmml |
官方URL | https://chromewebstore.google.com/detail/pintergif/pjhjdjhaadgebfgcaodcoodllgihlmml |
简介 | Autoplay for GIFs on Pinterest. |
文件大小 | 16.29 KB |
安装次数 | 315 |
当前版本 | 1.1 |
更新时间 | 2021-04-03 |
上架时间 | 2018-07-27 |
评分 | 5.00/5 共4次评分 |
开发者 | zaven |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pintergif", "version": "1.1", "description": "Autoplay for GIFs on Pinterest.", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinterest.com.au\/*", "*:\/\/*.pinterest.com.mx\/*", "*:\/\/*.pinterest.at\/*", "*:\/\/*.pinterest.ca\/*", "*:\/\/*.pinterest.ch\/*", "*:\/\/*.pinterest.co.in\/*", "*:\/\/*.pinterest.co.kr\/*", "*:\/\/*.pinterest.co.nz\/*", "*:\/\/*.pinterest.co.uk\/*", "*:\/\/*.pinterest.co.uk\/*", "*:\/\/*.pinterest.cz\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.dk\/*", "*:\/\/*.pinterest.es\/*", "*:\/\/*.pinterest.fi\/*", "*:\/\/*.pinterest.fr\/*", "*:\/\/*.pinterest.ie\/*", "*:\/\/*.pinterest.it\/*", "*:\/\/*.pinterest.jp\/*", "*:\/\/*.pinterest.nl\/*", "*:\/\/*.pinterest.nz\/*", "*:\/\/*.pinterest.pt\/*", "*:\/\/*.pinterest.ru\/*", "*:\/\/*.pinterest.se\/*" ], "js": [ "pintergif.js" ] } ], "icons": { "16": "images\/pintergif16.png", "32": "images\/pintergif32.png", "48": "images\/pintergif48.png", "128": "images\/pintergif128.png" }, "manifest_version": 2 } |