WeTumblr

View Tumblr Likes and Download them.

What is WeTumblr?

WeTumblr is a Chrome extension developed by airyland, and its main feature is "View Tumblr Likes and Download them.".

Extension Screenshots

screenshot

Download WeTumblr Extension CRX File

Download WeTumblr 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

                        View Tumblr Likes and Download them. Backup your tumblr likes before Tumblr banning adult content.                    

Extension Basic Information

Name WeTumblr WeTumblr
ID bpbdljpphnblfmgbfkphflkhmeollldm
Official URL https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm
Description View Tumblr Likes and Download them.
File Size 139 KB
Installation Count 196
Current Version 1.0.1
Last Updated 2018-12-06
Publish Date 2018-12-06
Rating 3.75/5 Total 4 Ratings
Developer airyland
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "WeTumblr",
    "options_page": "pages\/options.html",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icon.png",
        "48": "assets\/images\/icon.png",
        "128": "assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "modules\/background\/background.js"
        ],
        "persistent": true
    },
    "description": "View Tumblr Likes and Download them.",
    "permissions": [
        "unlimitedStorage",
        "downloads",
        "https:\/\/*.media.tumblr.com\/*",
        "https:\/\/*.tumblr.com\/*"
    ],
    "content_security_policy": "script-src 'self'; style-src * 'unsafe-inline';"
}