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",
"content_scripts": [
{
"world": "MAIN",
"js": [
"votetotals.js"
],
"css": [
"votetotals.css"
],
"matches": [
"*:\/\/*.stackoverflow.com\/*",
"*:\/\/superuser.com\/*",
"*:\/\/serverfault.com\/*",
"*:\/\/*.stackexchange.com\/*",
"*:\/\/answers.onstartups.com\/*",
"*:\/\/askubuntu.com\/*",
"*:\/\/mathoverflow.net\/*",
"*:\/\/meta.answers.onstartups.com\/*",
"*:\/\/meta.askubuntu.com\/*",
"*:\/\/meta.serverfault.com\/*",
"*:\/\/meta.superuser.com\/*",
"*:\/\/meta.mathoverflow.net\/*",
"*:\/\/stackapps.com\/*"
],
"exclude_matches": [
"*:\/\/area51.stackexchange.com\/*"
],
"include_globs": [
"*\/questions\/*",
"*\/review\/*",
"*\/search*"
]
}
],
"description": "Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)",
"name": "\"View Vote totals\" without 1000 rep",
"version": "1.5.11",
"manifest_version": 3,
"minimum_chrome_version": "111",
"homepage_url": "https:\/\/stackapps.com\/q\/3082\/9699?view-vote-totals-without-1000-rep",
"icons": {
"48": "icon48x48.png",
"128": "icon128x128.png"
}
}