Tumblr Reblog Comments
Get comments from reblogs.
What is Tumblr Reblog Comments?
Tumblr Reblog Comments is a Chrome extension developed by syerunkar, and its main feature is "Get comments from reblogs.".
Extension Screenshots
Download Tumblr Reblog Comments Extension CRX File
Download Tumblr Reblog Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tumblr Reblog Comments |
ID | mlchdachnipnhbnckjcjlbgpabnagabb |
Official URL | https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb |
Description | Get comments from reblogs. |
File Size | 46.64 KB |
Installation Count | 73 |
Current Version | 0.0.2 |
Last Updated | 2014-07-17 |
Publish Date | 2014-07-17 |
Developer | syerunkar |
Payment Type | free |
Supported Languages | 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" ] } ] } |