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 |
Eメール | [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 } |