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",
"name": "Cut-audio-from-video (Twitter and Instagram)",
"version": "1.0.4",
"manifest_version": 3,
"description": "Send Twitter & Instagram videos for instant audio extraction! Click, select, download MP3. Elevate your content effortlessly.",
"icons": {
"16": "assets\/chitulaPng.png",
"32": "assets\/chitulaPng.png",
"48": "assets\/chitulaPng.png",
"128": "assets\/chitulaPng.png"
},
"action": {
"default_icon": "assets\/chitulaPng.png"
},
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"*:\/\/*.twitter.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"src\/instagramDownloader.js"
]
},
{
"run_at": "document_start",
"matches": [
"*:\/\/*.twitter.com\/*"
],
"js": [
"src\/twitterInject.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/twitterDownloader.js"
],
"matches": [
"*:\/\/*.twitter.com\/*"
]
}
]
}