Tumblr Safe Mode Bypass

Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.

What is Tumblr Safe Mode Bypass?

Tumblr Safe Mode Bypass is a Chrome extension developed by Mumble, and its main feature is "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.".

Extension Screenshots

screenshot

Download Tumblr Safe Mode Bypass Extension CRX File

Download Tumblr Safe Mode Bypass 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

                        A browser plugin to display all posts hidden behind the 'adult content' error, and display Tumblr blogs blocked by the 'sensitive media' error.

Source code is available at: https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass                    

Extension Basic Information

Name Tumblr Safe Mode Bypass Tumblr Safe Mode Bypass
ID boibcalhejlcjjggfnochjmhccpgbidd
Official URL https://chromewebstore.google.com/detail/tumblr-safe-mode-bypass/boibcalhejlcjjggfnochjmhccpgbidd
Description Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.
File Size 115 KB
Installation Count 7,357
Current Version 1.0.1
Last Updated 2019-01-01
Publish Date 2019-01-01
Rating 2.54/5 Total 41 Ratings
Developer Mumble
Email [email protected]
Payment Type free
Extension Website https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tumblr Safe Mode Bypass",
    "description": "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.tumblr.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "dashboard.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.bootstrapcdn.com; object-src 'self'"
}