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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |