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,
"version": "2.0.3",
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_desc__",
"homepage_url": "https:\/\/www.downloadvideos365.com",
"action": {
"default_icon": "icons\/icon_128.png",
"default_title": "Open X"
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "dist\/background.js",
"script": [
"js\/jquery.js"
]
},
"permissions": [
"downloads",
"storage"
],
"host_permissions": [
"http:\/\/*.dlvideo.net\/*",
"https:\/\/*.downloadvideos365.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"css": [
"my-styles.css",
"icons\/iconfont\/iconfont.css"
],
"js": [
"js\/jquery.js",
"js\/content-script.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"js\/jquery.js",
"js\/content-script.js",
"js\/my-api.js",
"js\/attach-content.js",
"pay\/*",
"icons\/*",
"dist\/*"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
]
}
]
}