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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tumblr Safe Mode Bypass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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'" } |