Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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"
]
}
]
}