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": "Who Liked\/Reposted This Tweet",
"version": "1.0.1",
"description": "Shows who all liked your tweet in one click. For others' tweets, only reposts are shown",
"icons": {
"16": "images\/16x16.png",
"48": "images\/48x48.png",
"96": "images\/96x96.png",
"128": "images\/128x128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/www.twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/www.x.com\/*"
],
"js": [
"content.js"
]
}
]
}