Tumblr Reblog Comments

Get comments from reblogs.

Was ist Tumblr Reblog Comments?

Tumblr Reblog Comments ist eine Chrome-Erweiterung, die von syerunkar entwickelt wurde, und ihr Hauptmerkmal ist "Get comments from reblogs.".

Erweiterungsscreenshots

screenshot

Tumblr Reblog Comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tumblr Reblog Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tumblr Reblog Comments Tumblr Reblog Comments
ID mlchdachnipnhbnckjcjlbgpabnagabb
Offizielle URL https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb
Beschreibung Get comments from reblogs.
Dateigröße 46.64 KB
Installationsanzahl 73
Aktuelle Version 0.0.2
Letztes Update 2014-07-17
Veröffentlichungsdatum 2014-07-17
Entwickler syerunkar
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}