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 هو إضافة Chrome تم تطويرها بواسطة Mumble، والميزة الرئيسية لها هي "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tumblr Safe Mode Bypass

قم بتنزيل ملفات الامتداد Tumblr Safe Mode Bypass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}