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 là gì?
Tumblr Safe Mode Bypass là một tiện ích mở rộng Chrome được phát triển bởi Mumble, và tính năng chính của nó là "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tumblr Safe Mode Bypass
Tải xuống các tệp mở rộng Tumblr Safe Mode Bypass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tumblr Safe Mode Bypass |
ID | boibcalhejlcjjggfnochjmhccpgbidd |
URL Chính Thức | https://chromewebstore.google.com/detail/tumblr-safe-mode-bypass/boibcalhejlcjjggfnochjmhccpgbidd |
Mô tả | Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error. |
Kích Thước Tệp | 115 KB |
Số Lần Cài Đặt | 7,357 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-01-01 |
Ngày Phát Hành | 2019-01-01 |
Đánh Giá | 2.54/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | Mumble |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |