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": "T\u1ea3i Video Pinterest",
"version": "2.0",
"description": "T\u1ea3i video t\u1eeb Pinterest d\u1ec5 d\u00e0ng v\u00e0 nhanh ch\u00f3ng",
"permissions": [
"clipboardRead",
"clipboardWrite",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pinterest.com\/*",
"*:\/\/snappin.app\/vi\/*"
],
"js": [
"content.js"
]
}
]
}