Tumblr Safe Mode Bypass

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

什麼是Tumblr Safe Mode Bypass?

Tumblr Safe Mode Bypass是由Mumble開發的Chrome擴展程式,該擴展的主要功能是“Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.”。

擴展截圖

screenshot

下載Tumblr Safe Mode Bypass擴展crx文件

下載Tumblr Safe Mode Bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tumblr Safe Mode Bypass Tumblr Safe Mode Bypass
ID boibcalhejlcjjggfnochjmhccpgbidd
官方網址 https://chromewebstore.google.com/detail/tumblr-safe-mode-bypass/boibcalhejlcjjggfnochjmhccpgbidd
簡介 Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.
檔案大小 115 KB
安裝次數 7,357
目前版本 1.0.1
更新時間 2019-01-01
上架時間 2019-01-01
評分 2.54/5 共 41 次評分
開發者 Mumble
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass
支援的語言 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'"
}