Tumblr Reblog Comments

Get comments from reblogs.

Qu'est-ce que Tumblr Reblog Comments ?

Tumblr Reblog Comments est une extension Chrome développée par syerunkar, et sa fonction principale est "Get comments from reblogs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tumblr Reblog Comments

Téléchargez les fichiers d'extension Tumblr Reblog Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tumblr Reblog Comments Tumblr Reblog Comments
ID mlchdachnipnhbnckjcjlbgpabnagabb
URL Officiel https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb
Description Get comments from reblogs.
Taille du Fichier 46.64 KB
Nombre d'Installations 73
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-07-17
Date de Publication 2014-07-17
Développeur syerunkar
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}