Tumblr Reblog Comments

Get comments from reblogs.

O que é Tumblr Reblog Comments?

Tumblr Reblog Comments é uma extensão do Chrome desenvolvida por syerunkar, e sua principal característica é "Get comments from reblogs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tumblr Reblog Comments

Baixe arquivos de extensão Tumblr Reblog Comments 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

                        This extension allows you to view comments added by rebloggers on any post in your dashboard. Just click on the new "reblog comments" text next to "notes" to see them.

Note: It's still a bit glitchy from time to time. If something looks messed up, please try refreshing the page. I haven't been able to replicate the positioning and animations of the notes pop-up completely, so look forward to future updates :D

Disclaimer: I'm not affiliated with Tumblr in any way or form.                    

Informações Básicas da Extensão

Nome Tumblr Reblog Comments Tumblr Reblog Comments
ID mlchdachnipnhbnckjcjlbgpabnagabb
URL Oficial https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb
Descrição Get comments from reblogs.
Tamanho do Arquivo 46.64 KB
Contagem de Instalações 73
Versão Atual 0.0.2
Última Atualização 2014-07-17
Data de Publicação 2014-07-17
Desenvolvedor syerunkar
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Reblog Comments",
    "description": "Get comments from reblogs.",
    "version": "0.0.2",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "https:\/\/www.tumblr.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "libs.js",
                "tumblr-reblog-comments.js"
            ]
        }
    ]
}