Tumblr | Safe Mode Off
Skip all "safe mode" warnings and display blogs fullscreen
什么是Tumblr | Safe Mode Off?
Tumblr | Safe Mode Off是由SamVK开发的Chrome扩展程序,该扩展的主要功能是“Skip all "safe mode" warnings and display blogs fullscreen”。
扩展截图
下载Tumblr | Safe Mode Off扩展crx文件
下载Tumblr | Safe Mode Off扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically skip all "may contain sensitive media" Tumblr blog warnings - and display the blog fullscreen (rather than the default half-screen). 扩展基本信息
| 名称 | |
| ID | omkdnhfbfbjckacgnpohbkacdanoadil |
| 官方URL | https://chromewebstore.google.com/detail/tumblr-safe-mode-off/omkdnhfbfbjckacgnpohbkacdanoadil |
| 简介 | Skip all "safe mode" warnings and display blogs fullscreen |
| 文件大小 | 8.57 KB |
| 安装次数 | 3,448 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2020-05-13 |
| 上架时间 | 2020-05-12 |
| 评分 | 2.57/5 共23次评分 |
| 开发者 | SamVK |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/samvk/tumblr-safe-mode-off |
| 帮助页面URL | https://samvk.com/contact |
| 隐私政策页面URL | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tumblr | Safe Mode Off",
"description": "Skip all \"safe mode\" warnings and display blogs fullscreen",
"version": "1.3.0",
"manifest_version": 2,
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tumblr.com\/dashboard\/blog\/*"
],
"css": [
"blog.css"
],
"js": [
"blog.js"
]
},
{
"matches": [
"https:\/\/www.tumblr.com\/safe-mode*"
],
"js": [
"safe-mode.js"
]
}
]
} | |