WeTumblr
View Tumblr Likes and Download them.
什么是WeTumblr?
WeTumblr是由airyland开发的Chrome扩展程序,该扩展的主要功能是“View Tumblr Likes and Download them.”。
扩展截图
下载WeTumblr扩展crx文件
下载WeTumblr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View Tumblr Likes and Download them. Backup your tumblr likes before Tumblr banning adult content. 扩展基本信息
| 名称 | |
| ID | bpbdljpphnblfmgbfkphflkhmeollldm |
| 官方URL | https://chromewebstore.google.com/detail/wetumblr/bpbdljpphnblfmgbfkphflkhmeollldm |
| 简介 | View Tumblr Likes and Download them. |
| 文件大小 | 139 KB |
| 安装次数 | 196 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2018-12-06 |
| 上架时间 | 2018-12-06 |
| 评分 | 3.75/5 共4次评分 |
| 开发者 | airyland |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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';"
} | |