Pinterest extra

Pinterest extra allows it users to view the analytics of pins aswell as downloading them!

Qu'est-ce que Pinterest extra ?

Pinterest extra est une extension Chrome développée par mfilali455, et sa fonction principale est "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pinterest extra

Téléchargez les fichiers d'extension Pinterest extra 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

                        View stats of all the pins and download them to get the most of them

Don’t let the good stuff escape from your eyes! 
Simple to use, easy to manage, and a time-saving way to save download and view stats of pins!.


The extensions let you: 

• View stats of pins (saves count, repins count ).
• Bulk download pins.
• Export pins as CSV                    

Informations de Base sur l'Extension

Nom Pinterest extra Pinterest extra
ID cmncoolckhinjbfghfbiionapeanngep
URL Officiel https://chromewebstore.google.com/detail/pinterest-extra/cmncoolckhinjbfghfbiionapeanngep
Description Pinterest extra allows it users to view the analytics of pins aswell as downloading them!
Taille du Fichier 20.61 KB
Nombre d'Installations 1,056
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-01-27
Date de Publication 2022-07-26
Évaluation 2.00/5 Total 5 Évaluations
Développeur mfilali455
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinterest extra",
    "description": "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!",
    "version": "0.0.1",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": [],
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.pinterest.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/imgs\/*"
            ],
            "matches": [
                "https:\/\/www.pinterest.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "css": [
                ".\/contentScript\/css\/pinterest.css"
            ],
            "matches": [
                "https:\/\/www.pinterest.com\/*"
            ]
        }
    ]
}