Tumblpass
This extension provides you advanced user experience with Tumblr blogs.
什么是Tumblpass?
Tumblpass是由https://webslut4rent.tumblr.com开发的Chrome扩展程序,该扩展的主要功能是“This extension provides you advanced user experience with Tumblr blogs.”。
扩展截图
下载Tumblpass扩展crx文件
下载Tumblpass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
unlock new features, open hidden content, get access to download files.
just install the free plugin tumbl +, which opens even more options.
Use our plugin for free and get free updates every month! 扩展基本信息
| 名称 | |
| ID | ejfhhbechmbnapkhnhkeejbhihdhcbde |
| 官方URL | https://chromewebstore.google.com/detail/tumblpass/ejfhhbechmbnapkhnhkeejbhihdhcbde |
| 简介 | This extension provides you advanced user experience with Tumblr blogs. |
| 文件大小 | 6.16 KB |
| 安装次数 | 261 |
| 当前版本 | 2.4.46 |
| 更新时间 | 2014-12-16 |
| 上架时间 | 2014-12-16 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | https://webslut4rent.tumblr.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tumblpass",
"description": "This extension provides you advanced user experience with Tumblr blogs.",
"version": "2.4.46",
"permissions": [],
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"blockremover.js"
],
"css": [
"style.css"
]
}
]
} | |