Tumblr | Safe Mode Off
Skip all "safe mode" warnings and display blogs fullscreen
Wat is Tumblr | Safe Mode Off?
Tumblr | Safe Mode Off is een Chrome-extensie ontwikkeld door SamVK, en de belangrijkste functie is "Skip all "safe mode" warnings and display blogs fullscreen".
Extensie Screenshots
Download het CRX-bestand van de extensie Tumblr | Safe Mode Off
Download Tumblr | Safe Mode Off-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically skip all "may contain sensitive media" Tumblr blog warnings - and display the blog fullscreen (rather than the default half-screen). Basisinformatie over de Extensie
| Naam | |
| ID | omkdnhfbfbjckacgnpohbkacdanoadil |
| Officiële URL | https://chromewebstore.google.com/detail/tumblr-safe-mode-off/omkdnhfbfbjckacgnpohbkacdanoadil |
| Beschrijving | Skip all "safe mode" warnings and display blogs fullscreen |
| Bestandsgrootte | 8.57 KB |
| Aantal Installaties | 3,448 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2020-05-13 |
| Publicatiedatum | 2020-05-12 |
| Beoordeling | 2.57/5 Totaal 23 Beoordelingen |
| Ontwikkelaar | SamVK |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/samvk/tumblr-safe-mode-off |
| Help Pagina-URL | https://samvk.com/contact |
| URL van de Privacybeleid Pagina | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
| Ondersteunde Talen | 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"
]
}
]
} | |