tumblr archive

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

tumblr archiveとは何ですか?

tumblr archiveはblack.humourによって開発されたChromeの拡張機能で、その主な機能は「if you posts contain sensitive media, this rep will help you show tumblr archive」です。

拡張機能のスクリーンショット

screenshot

tumblr archive拡張機能のCRXファイルをダウンロード

tumblr archive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 tumblr archive tumblr archive
ID indeoocihjomdmpplnlhhbejpdjepcbn
公式URL https://chromewebstore.google.com/detail/tumblr-archive/indeoocihjomdmpplnlhhbejpdjepcbn
説明 if you posts contain sensitive media, this rep will help you show tumblr archive
ファイルサイズ 638 KB
インストール数 301
現在のバージョン 0.0.4
最終更新日 2020-07-28
公開日 2020-06-13
開発者 black.humour
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/plugin-photo-privacy-policy
対応言語 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'"
}