Tumblr Mobile Images Next
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
什么是Tumblr Mobile Images Next?
Tumblr Mobile Images Next是由Gadsy开发的Chrome扩展程序,该扩展的主要功能是“Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.”。
下载Tumblr Mobile Images Next扩展crx文件
下载Tumblr Mobile Images Next扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
扩展基本信息
名称 | ![]() |
ID | ejhphllbbmdfcalgcdmofmmkbgpphhjk |
官方URL | https://chrome.google.com/webstore/detail/tumblr-mobile-images-next/ejhphllbbmdfcalgcdmofmmkbgpphhjk |
简介 | Changes *.tumblr.com/mobile to show only images and links to page and next mobile page. |
文件大小 | 2.79 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2013-06-09 |
上架时间 | 2013-06-08 |
开发者 | Gadsy |
付费类型 | free |
支持的语言 | 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" } |