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
官方網址 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
電子郵箱 [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'"
}