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": "Stack Overflow Voting Order \u2013 Fixed",
"manifest_version": 3,
"version": "1.0.1",
"description": "View Stack Exchange answers ordered by actual vote count.",
"author": "Sam Kauffman (SamVK)",
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png",
"128": "img\/icon\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.stackexchange.com\/questions\/*\/*",
"https:\/\/*.stackoverflow.com\/questions\/*\/*",
"https:\/\/*.askubuntu.com\/questions\/*\/*",
"https:\/\/*.superuser.com\/questions\/*\/*",
"https:\/\/*.serverfault.com\/questions\/*\/*",
"https:\/\/*.mathoverflow.net\/questions\/*\/*",
"https:\/\/*.stackapps.com\/questions\/*\/*"
],
"js": [
"script.js"
]
}
]
}