Tumblr | Safe Mode Off

Skip all "safe mode" warnings and display blogs fullscreen

Was ist Tumblr | Safe Mode Off?

Tumblr | Safe Mode Off ist eine Chrome-Erweiterung, die von SamVK entwickelt wurde, und ihr Hauptmerkmal ist "Skip all "safe mode" warnings and display blogs fullscreen".

Erweiterungsscreenshots

screenshot

Tumblr | Safe Mode Off-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tumblr | Safe Mode Off-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tumblr | Safe Mode Off Tumblr | Safe Mode Off
ID omkdnhfbfbjckacgnpohbkacdanoadil
Offizielle URL https://chromewebstore.google.com/detail/tumblr-safe-mode-off/omkdnhfbfbjckacgnpohbkacdanoadil
Beschreibung Skip all "safe mode" warnings and display blogs fullscreen
Dateigröße 8.57 KB
Installationsanzahl 3,448
Aktuelle Version 1.3.0
Letztes Update 2020-05-13
Veröffentlichungsdatum 2020-05-12
Bewertung 2.57/5 Insgesamt 23 Bewertungen
Entwickler SamVK
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/samvk/tumblr-safe-mode-off
Hilfeseite URL https://samvk.com/contact
URL der Datenschutzrichtlinien-Seite https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Unterstützte Sprachen 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"
            ]
        }
    ]
}