"View Vote totals" without 1000 rep

Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)

O que é "View Vote totals" without 1000 rep?

"View Vote totals" without 1000 rep é uma extensão do Chrome desenvolvida por Rob W, e sua principal característica é "Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão "View Vote totals" without 1000 rep

Baixe arquivos de extensão "View Vote totals" without 1000 rep no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The quality of a post at a Stack Overflow is measured by upvotes and downvotes.

By default, only the total vote counts are shown. Users with over 1000 reputation earn the privilege to see both the up- and downvotes, by clicking on the number between the voting arrows.

Unfortunately, not many of us have enough time to join all Stack Exchange websites and get 1000 reputation. That's why I created this extension: To be able to view vote totals on any Stack Exchange website, whether I'm logged in or not.

Works for questions, answers and /review/ and search results.

* Website: https://stackapps.com/q/3082/9699
* Greasemonkey script: https://greasyfork.org/en/scripts/6192-stack-exchange-view-vote-totals-without-1000-rep

NEW IN VERSION 1.5.10
Support updated StackExchange layout + dark theme support.                    

Informações Básicas da Extensão

Nome "View Vote totals" without 1000 rep
ID oibfliilcglieepgkdkahpfiiigdijdd
URL Oficial https://chromewebstore.google.com/detail/view-vote-totals-without/oibfliilcglieepgkdkahpfiiigdijdd
Descrição Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)
Tamanho do Arquivo 61.86 KB
Contagem de Instalações 265
Versão Atual 1.5.10
Última Atualização 2020-07-05
Data de Publicação 2020-07-05
Classificação 4.93/5 Total de 14 Avaliações
Desenvolvedor Rob W
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://stackapps.com/q/3082/9699?view-vote-totals-without-1000-rep
URL da Página de Ajuda https://stackapps.com/q/3082/9699?view-vote-totals-without-1000-rep
URL da Página de Política de Privacidade https://robwu.nl/privacy/cws
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "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.10",
    "manifest_version": 2,
    "homepage_url": "https:\/\/stackapps.com\/q\/3082\/9699?view-vote-totals-without-1000-rep",
    "icons": {
        "128": "icon128x128.png",
        "48": "icon48x48.png"
    }
}