Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Animator",
"description": "Animated tweet and thread!",
"version": "1.0.12",
"manifest_version": 3,
"host_permissions": [
"*:\/\/*.twitter.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"jquery-3.6.0.min.js",
"anime.min.js",
"effect_message.mp3",
"typing-iphone.mp3"
],
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.instagram.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.instagram.com\/*"
],
"js": [
"contentscript.js"
]
}
]
}