Pinterest extra

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

Was ist Pinterest extra?

Pinterest extra ist eine Chrome-Erweiterung, die von mfilali455 entwickelt wurde, und ihr Hauptmerkmal ist "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!".

Erweiterungsscreenshots

screenshot
screenshot

Pinterest extra-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pinterest extra-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pinterest extra Pinterest extra
ID cmncoolckhinjbfghfbiionapeanngep
Offizielle URL https://chromewebstore.google.com/detail/pinterest-extra/cmncoolckhinjbfghfbiionapeanngep
Beschreibung Pinterest extra allows it users to view the analytics of pins aswell as downloading them!
Dateigröße 20.61 KB
Installationsanzahl 1,056
Aktuelle Version 0.0.1
Letztes Update 2023-01-27
Veröffentlichungsdatum 2022-07-26
Bewertung 2.00/5 Insgesamt 5 Bewertungen
Entwickler mfilali455
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}