Tumblr | Safe Mode Off
Skip all "safe mode" warnings and display blogs fullscreen
Vad är Tumblr | Safe Mode Off?
Tumblr | Safe Mode Off är en Chrome-tillägg utvecklad av SamVK, och dess huvudfunktion är "Skip all "safe mode" warnings and display blogs fullscreen".
Tilläggsskärmbilder
Ladda ner Tumblr | Safe Mode Off-förlängningens CRX-fil
Ladda ner Tumblr | Safe Mode Off-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Automatically skip all "may contain sensitive media" Tumblr blog warnings - and display the blog fullscreen (rather than the default half-screen). Grundläggande Information om Tillägg
| Namn | |
| ID | omkdnhfbfbjckacgnpohbkacdanoadil |
| Officiell webbadress | https://chromewebstore.google.com/detail/tumblr-safe-mode-off/omkdnhfbfbjckacgnpohbkacdanoadil |
| Beskrivning | Skip all "safe mode" warnings and display blogs fullscreen |
| Filstorlek | 8.57 KB |
| Antal Installationer | 3,448 |
| Aktuell Version | 1.3.0 |
| Senast Uppdaterad | 2020-05-13 |
| Publiceringsdatum | 2020-05-12 |
| Betyg | 2.57/5 Totalt 23 Betyg |
| Utvecklare | SamVK |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/samvk/tumblr-safe-mode-off |
| Hjälpsida URL | https://samvk.com/contact |
| URL till Sekretesspolicy Sidan | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
| Stödda Språk | 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"
]
}
]
} | |