Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1\/NXDHXihLob9M0hQLrzxgiCtwxG2w8yS5dzOsCELt3ISgqUpymQVLnsINnCSAhxrxoUNJqnjCh8ZrAZqO1sN4L1N3mli\/HSyPr2rAd0rX39xWP7ClWw+UirOy9PJ905pztlaCb4BuRdu0gbUiu32bTNxTBIoEHWFKtfga3SIiagKJIRQ3zo\/f4KdGAO0w4sCKDQ3xZgcwA1LsYokqFolWvWwZKmmYChbmt2Zn7M2ldMjJLWmaLkkqkT2vZeO7AzmYg6KlCjMWqCKWfOPuRicvCPvt8mSF7\/VfSnLBPUCtF8zKy1lucZPe5OoZQIjnENksoseTEWCxKGq3fiyA7MhQIDAQAB",
"manifest_version": 3,
"name": "__MSG_APPNAME__",
"version": "6.0",
"description": "__MSG_APPDESC__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"downloads"
],
"host_permissions": [
"https:\/\/*.pinterest.com\/*"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "__MSG_APPNAME__"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.pinterest.com\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
}
}