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 file audio fpt.ai v\u0103n b\u1ea3n th\u00e0nh gi\u1ecdng n\u00f3i",
"version": "1.0",
"description": "Download file audio tr\u00ean fpt.ai chuy\u1ec3n v\u0103n b\u1ea3n th\u00e0nh gi\u1ecdng n\u00f3i - ph\u1ea7n m\u1ec1m review phim",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"author": "Ho\u00e0ng D\u0169ng",
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
},
"default_title": "Download file audio tr\u00ean fpt.ai",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.fpt.ai\/*",
"*:\/\/www.fpt.ai\/*"
],
"css": [
"popup\/css\/style.css"
],
"js": [
"popup\/js\/jquery.js",
"popup\/js\/content.js"
]
}
],
"permissions": [
"downloads"
]
}