Tumblr Mobile Images Next

Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.

Tumblr Mobile Images Next là gì?

Tumblr Mobile Images Next là một tiện ích mở rộng Chrome được phát triển bởi Gadsy, và tính năng chính của nó là "Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.".

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

Tải xuống các tệp mở rộng Tumblr Mobile Images Next 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

                        Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.                    

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

Tên Tumblr Mobile Images Next Tumblr Mobile Images Next
ID ejhphllbbmdfcalgcdmofmmkbgpphhjk
URL Chính Thức https://chrome.google.com/webstore/detail/tumblr-mobile-images-next/ejhphllbbmdfcalgcdmofmmkbgpphhjk
Mô tả Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
Kích Thước Tệp 2.79 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-06-09
Ngày Phát Hành 2013-06-08
Nhà Phát Triển Gadsy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.tumblr.com\/mobile*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Tumblr Mobile Images Next",
    "version": "1.0"
}