Tumblr | Safe Mode Off

Skip all "safe mode" warnings and display blogs fullscreen

What is Tumblr | Safe Mode Off?

Tumblr | Safe Mode Off is a Chrome extension developed by SamVK, and its main feature is "Skip all "safe mode" warnings and display blogs fullscreen".

Extension Screenshots

screenshot

Download Tumblr | Safe Mode Off Extension CRX File

Download Tumblr | Safe Mode Off extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically skip all "may contain sensitive media" Tumblr blog warnings - and display the blog fullscreen (rather than the default half-screen).                    

Extension Basic Information

Name Tumblr | Safe Mode Off Tumblr | Safe Mode Off
ID omkdnhfbfbjckacgnpohbkacdanoadil
Official URL https://chromewebstore.google.com/detail/tumblr-safe-mode-off/omkdnhfbfbjckacgnpohbkacdanoadil
Description Skip all "safe mode" warnings and display blogs fullscreen
File Size 8.57 KB
Installation Count 3,448
Current Version 1.3.0
Last Updated 2020-05-13
Publish Date 2020-05-12
Rating 2.57/5 Total 23 Ratings
Developer SamVK
Email [email protected]
Payment Type free
Extension Website https://github.com/samvk/tumblr-safe-mode-off
Help Page URL https://samvk.com/contact
Privacy Policy Page URL https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Supported Languages 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"
            ]
        }
    ]
}