Pintergif
Autoplay for GIFs on Pinterest.
Qu'est-ce que Pintergif ?
Pintergif est une extension Chrome développée par zaven, et sa fonction principale est "Autoplay for GIFs on Pinterest.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pintergif
Téléchargez les fichiers d'extension Pintergif au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pintergif |
ID | pjhjdjhaadgebfgcaodcoodllgihlmml |
URL Officiel | https://chromewebstore.google.com/detail/pintergif/pjhjdjhaadgebfgcaodcoodllgihlmml |
Description | Autoplay for GIFs on Pinterest. |
Taille du Fichier | 16.29 KB |
Nombre d'Installations | 315 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-04-03 |
Date de Publication | 2018-07-27 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | zaven |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |