The Un-Tumblr
Brings back the old reblog layout
What is The Un-Tumblr?
The Un-Tumblr is a Chrome extension developed by Sam Ruston, and its main feature is "Brings back the old reblog layout".
Extension Screenshots
Download The Un-Tumblr Extension CRX File
Download The Un-Tumblr 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
Extension Basic Information
Name | The Un-Tumblr |
ID | ldmnelehpegfnefohgbpnpjakebjjfja |
Official URL | https://chromewebstore.google.com/detail/the-un-tumblr/ldmnelehpegfnefohgbpnpjakebjjfja |
Description | Brings back the old reblog layout |
File Size | 38.79 KB |
Installation Count | 107 |
Current Version | 1.1 |
Last Updated | 2015-09-06 |
Publish Date | 2015-09-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Sam Ruston |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Un-Tumblr", "description": "Brings back the old reblog layout", "version": "1.1", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "script.js" ], "css": [ "style.css" ], "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ] } ], "manifest_version": 2 } |