tumblr archive

if you posts contain sensitive media, this rep will help you show tumblr archive

Cos'è tumblr archive?

tumblr archive è un'estensione di Chrome sviluppata da black.humour, e la sua funzione principale è "if you posts contain sensitive media, this rep will help you show tumblr archive".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tumblr archive

Scarica i file di estensione tumblr archive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        hi, everyone

展示敏感博客的归档页面,并能下载所有图片

if you use tumblr, and you posts contain sensitive media,  the tumblr archive page is not allow open,

but this chrome extension (tumblr archive) will help you show tumblr posts archive page or others                    

Informazioni di Base sull'Estensione

Nome tumblr archive tumblr archive
ID indeoocihjomdmpplnlhhbejpdjepcbn
URL Ufficiale https://chromewebstore.google.com/detail/tumblr-archive/indeoocihjomdmpplnlhhbejpdjepcbn
Descrizione if you posts contain sensitive media, this rep will help you show tumblr archive
Dimensione del File 638 KB
Conteggio Installazioni 301
Versione Corrente 0.0.4
Ultimo Aggiornamento 2020-07-28
Data di Pubblicazione 2020-06-13
Sviluppatore black.humour
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/plugin-photo-privacy-policy
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tumblr archive",
    "version": "0.0.4",
    "manifest_version": 2,
    "homepage_url": "http:\/\/tuliu.aacc.in\/",
    "description": "if you posts contain sensitive media, this rep will help you show tumblr archive ",
    "icons": {
        "16": "icons\/128.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "tumblr archive"
    },
    "background": {
        "scripts": [
            "dist\/background.entry.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.tumblr.com\/*",
        "storage",
        "notifications",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/inject.entry.js"
            ],
            "matches": [
                "*:\/\/*.tumblr.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.tumblr.com\/dashboard\/blog\/*"
            ],
            "css": [
                "pop\/src\/css\/blog.css"
            ],
            "js": [
                "dist\/blog.entry.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tumblr.com\/safe-mode*"
            ],
            "js": [
                "dist\/safemode.entry.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}