tumblr archive

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

tumblr archiveคืออะไร?

tumblr archive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย black.humour และคุณลักษณะหลักของมันคือ "if you posts contain sensitive media, this rep will help you show tumblr archive"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tumblr archive

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}