WeTumblr

View Tumblr Likes and Download them.

WeTumblr là gì?

WeTumblr là một tiện ích mở rộng Chrome được phát triển bởi airyland, và tính năng chính của nó là "View Tumblr Likes and Download them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WeTumblr

Tải xuống các tệp mở rộng WeTumblr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WeTumblr WeTumblr
ID bpbdljpphnblfmgbfkphflkhmeollldm
URL Chính Thức https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm
Mô tả View Tumblr Likes and Download them.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-12-06
Ngày Phát Hành 2018-12-06
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển airyland
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
}