Tumblr | Safe Mode Off
Skip all "safe mode" warnings and display blogs fullscreen
Tumblr | Safe Mode Offとは何ですか?
Tumblr | Safe Mode OffはSamVKによって開発されたChromeの拡張機能で、その主な機能は「Skip all "safe mode" warnings and display blogs fullscreen」です。
拡張機能のスクリーンショット
Tumblr | Safe Mode Off拡張機能のCRXファイルをダウンロード
Tumblr | Safe Mode Off拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically skip all "may contain sensitive media" Tumblr blog warnings - and display the blog fullscreen (rather than the default half-screen). 拡張機能の基本情報
| 名前 | |
| ID | omkdnhfbfbjckacgnpohbkacdanoadil |
| 公式URL | https://chromewebstore.google.com/detail/tumblr-safe-mode-off/omkdnhfbfbjckacgnpohbkacdanoadil |
| 説明 | Skip all "safe mode" warnings and display blogs fullscreen |
| ファイルサイズ | 8.57 KB |
| インストール数 | 3,448 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2020-05-13 |
| 公開日 | 2020-05-12 |
| 評価 | 2.57/5 合計 23 レビュー |
| 開発者 | SamVK |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/samvk/tumblr-safe-mode-off |
| ヘルプページのURL | https://samvk.com/contact |
| プライバシーポリシーページのURL | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tumblr | Safe Mode Off",
"description": "Skip all \"safe mode\" warnings and display blogs fullscreen",
"version": "1.3.0",
"manifest_version": 2,
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tumblr.com\/dashboard\/blog\/*"
],
"css": [
"blog.css"
],
"js": [
"blog.js"
]
},
{
"matches": [
"https:\/\/www.tumblr.com\/safe-mode*"
],
"js": [
"safe-mode.js"
]
}
]
} | |