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": "Twitter Video Downloader - SnapTw",
"version": "1.0.1",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/snaptw.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/snaptw.com\/*"
],
"js": [
"bridge.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
}
}