Tumblr Safe Mode Bypass

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

Cos'è Tumblr Safe Mode Bypass?

Tumblr Safe Mode Bypass è un'estensione di Chrome sviluppata da Mumble, e la sua funzione principale è "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tumblr Safe Mode Bypass

Scarica i file di estensione Tumblr Safe Mode Bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tumblr Safe Mode Bypass Tumblr Safe Mode Bypass
ID boibcalhejlcjjggfnochjmhccpgbidd
URL Ufficiale https://chromewebstore.google.com/detail/tumblr-safe-mode-bypass/boibcalhejlcjjggfnochjmhccpgbidd
Descrizione Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.
Dimensione del File 115 KB
Conteggio Installazioni 7,357
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-01-01
Data di Pubblicazione 2019-01-01
Valutazione 2.54/5 Totale 41 Valutazioni
Sviluppatore Mumble
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass
Lingue Supportate 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'"
}