Pinterest extra

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

Τι είναι το Pinterest extra;

Το Pinterest extra είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mfilali455, και η κύρια λειτουργία του είναι "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pinterest extra

Λήψη αρχείων επέκτασης Pinterest extra σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pinterest extra Pinterest extra
ID cmncoolckhinjbfghfbiionapeanngep
Επίσημο URL https://chromewebstore.google.com/detail/pinterest-extra/cmncoolckhinjbfghfbiionapeanngep
Περιγραφή Pinterest extra allows it users to view the analytics of pins aswell as downloading them!
Μέγεθος Αρχείου 20.61 KB
Αριθμός Εγκαταστάσεων 1,056
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-01-27
Ημερομηνία Δημοσίευσης 2022-07-26
Αξιολόγηση 2.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής mfilali455
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}