Tumblr Reblog Comments

Get comments from reblogs.

Wat is Tumblr Reblog Comments?

Tumblr Reblog Comments is een Chrome-extensie ontwikkeld door syerunkar, en de belangrijkste functie is "Get comments from reblogs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tumblr Reblog Comments

Download Tumblr Reblog Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tumblr Reblog Comments Tumblr Reblog Comments
ID mlchdachnipnhbnckjcjlbgpabnagabb
Officiële URL https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb
Beschrijving Get comments from reblogs.
Bestandsgrootte 46.64 KB
Aantal Installaties 73
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-07-17
Publicatiedatum 2014-07-17
Ontwikkelaar syerunkar
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}