Tumblr Safe Mode Bypass

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

Apa itu Tumblr Safe Mode Bypass?

Tumblr Safe Mode Bypass adalah ekstensi Chrome yang dikembangkan oleh Mumble, dan fitur utamanya adalah "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tumblr Safe Mode Bypass

Unduh file ekstensi Tumblr Safe Mode Bypass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tumblr Safe Mode Bypass Tumblr Safe Mode Bypass
ID boibcalhejlcjjggfnochjmhccpgbidd
URL Resmi https://chromewebstore.google.com/detail/tumblr-safe-mode-bypass/boibcalhejlcjjggfnochjmhccpgbidd
Deskripsi Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.
Ukuran File 115 KB
Jumlah Instalasi 7,357
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-01-01
Tanggal Publikasi 2019-01-01
Penilaian 2.54/5 Total 41 Penilaian
Pengembang Mumble
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass
Bahasa yang Didukung 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'"
}