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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Safe Mode Bypass
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |