WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pin Trends - Search Volume, Pin Stats and More on Pinterest!

Pin Trends - Search Volume, Pin Stats and More on Pinterest!

View on Chrome Web Store
View Pin Trends - Search Volume, Pin Stats and More on Pinterest! Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
4 views
This extension has been viewed 4 times
1 downloads
This extension has been downloaded 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

See search volume metrics on Pinterest Trends, your own pin stats, and more for better content strategy decisions.
Type
Extension
Users
1,000 users
4
Pinner Tools
View author page of Pinner Tools
Published
Published on April 14, 2025
Version 1.64
Manifest version
3
Updated
Updated on October 22, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Pin Trends - Search Volume, Pin Stats and More on Pinterest! Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Trends - Search Volume, Pin Stats and More on Pinterest!",
    "version": "1.64",
    "description": "See search volume metrics on Pinterest Trends, your own pin stats, and more for better content strategy decisions.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/pin-trends-pinclicks.tonyhill.workers.dev\/*",
        "https:\/\/pinterest-trends-volume.tonyhill.workers.dev\/*",
        "https:\/\/get-all-pin-data.tonyhill.workers.dev\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/mypinstats\/injected.js"
            ],
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trends.pinterest.com\/*"
            ],
            "js": [
                "src\/utils\/selectors.js",
                "src\/content\/volumeRenderer.js",
                "src\/content\/tableObserver.js",
                "src\/content\/content.js"
            ],
            "css": [
                "src\/styles\/trends.css",
                "src\/content\/floatingButton.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/*.pinterest.com\/*\/pins\/"
            ],
            "exclude_matches": [
                "https:\/\/trends.pinterest.com\/*",
                "https:\/\/analytics.pinterest.com\/*"
            ],
            "js": [
                "src\/utils\/selectors.js",
                "src\/content\/volumeRenderer.js",
                "src\/content\/tableObserver.js",
                "src\/content\/content.js",
                "src\/mypinstats\/boardAnalytics.js",
                "src\/mypinstats\/accountAnalytics.js",
                "src\/mypinstats\/pinstats.js",
                "src\/accountStatus\/accountStatus.js"
            ],
            "css": [
                "src\/styles\/trends.css",
                "src\/content\/floatingButton.css",
                "src\/mypinstats\/styles.css",
                "src\/accountStatus\/accountStatus.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/trends.pinterest.com\/*",
                "https:\/\/*.pinterest.com\/*\/pins\/",
                "https:\/\/analytics.pinterest.com\/*"
            ],
            "js": [
                "src\/profileExplorer\/profileExplorer.js"
            ],
            "css": [
                "src\/profileExplorer\/profileExplorer.css"
            ]
        },
        {
            "matches": [
                "https:\/\/analytics.pinterest.com\/overview\/*"
            ],
            "js": [
                "src\/analytics\/analyticsEnhancer.js"
            ],
            "css": [
                "src\/analytics\/analyticsEnhancer.css"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top