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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}