Tumblr Safe Mode Bypass

Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.

Vad är Tumblr Safe Mode Bypass?

Tumblr Safe Mode Bypass är en Chrome-tillägg utvecklad av Mumble, och dess huvudfunktion är "Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.".

Tilläggsskärmbilder

screenshot

Ladda ner Tumblr Safe Mode Bypass-förlängningens CRX-fil

Ladda ner Tumblr Safe Mode Bypass-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

                        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                    

Grundläggande Information om Tillägg

Namn Tumblr Safe Mode Bypass Tumblr Safe Mode Bypass
ID boibcalhejlcjjggfnochjmhccpgbidd
Officiell webbadress https://chromewebstore.google.com/detail/tumblr-safe-mode-bypass/boibcalhejlcjjggfnochjmhccpgbidd
Beskrivning Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.
Filstorlek 115 KB
Antal Installationer 7,357
Aktuell Version 1.0.1
Senast Uppdaterad 2019-01-01
Publiceringsdatum 2019-01-01
Betyg 2.54/5 Totalt 41 Betyg
Utvecklare Mumble
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/asenseofjoy/Tumblr-Safe-Mode-Bypass
Stödda Språk 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'"
}