Tumblr Safe Mode Bypass

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

Wat is Tumblr Safe Mode Bypass?

Tumblr Safe Mode Bypass is een Chrome-extensie ontwikkeld door Mumble, en de belangrijkste functie is "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tumblr Safe Mode Bypass

Download Tumblr Safe Mode Bypass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tumblr Safe Mode Bypass Tumblr Safe Mode Bypass
ID boibcalhejlcjjggfnochjmhccpgbidd
Officiële URL https://chromewebstore.google.com/detail/tumblr-safe-mode-bypass/boibcalhejlcjjggfnochjmhccpgbidd
Beschrijving Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.
Bestandsgrootte 115 KB
Aantal Installaties 7,357
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-01-01
Publicatiedatum 2019-01-01
Beoordeling 2.54/5 Totaal 41 Beoordelingen
Ontwikkelaar Mumble
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass
Ondersteunde Talen 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'"
}