tumblr video downloader

Easily download & cut videos from tumblr

tumblr video downloaderคืออะไร?

tumblr video downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hypercavs.com และคุณลักษณะหลักของมันคือ "Easily download & cut videos from tumblr"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย tumblr video downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ==========FEATURES===============
✔ Download video from any tumblr pages with one click.
✔ Supports video cut & crop, as well as format converts.
✔ Runs downloads & edits locally in your browser, 100% secure for your privacy.

==========Get started================
1. Install the extension.
2. Visit any page of tumblr that contains any videos.
3. A button in violet color will be shown on left top of the video.
4. Click the button and wait the download completes. The download progress can be found in the popup window.
5. You can cut and crop the video you download in browser.

Note: It could take a while when the video is long.

=========Contact=========================
If you have any issues, feel free to contact [email protected]

=========Notice==================
tumblr video downloader is an independent project and has no relationship to tumblr™.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ tumblr video downloader tumblr video downloader
ID caiagpecmbjjfgofochdkfloadajkmaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tumblr-video-downloader/caiagpecmbjjfgofochdkfloadajkmaj
คำอธิบาย Easily download & cut videos from tumblr
ขนาดไฟล์ 4.04 MB
จำนวนการติดตั้ง 596
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2021-01-23
วันที่เผยแพร่ 2020-09-17
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://hypercavs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://hypercavs.com/tumblr-video-downloader/
URL หน้านโยบายความเป็นส่วนตัว http://www.hypercavs.com/shopify-shark/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tumblr video downloader",
    "description": "Easily download & cut videos from tumblr",
    "version": "1.2.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/logo-48x48.png",
        "64": "icons\/logo-64x64.png",
        "128": "icons\/logo-128x128.png"
    },
    "browser_action": {
        "default_title": "tumblr-video-downloader",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "inject.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "identity",
        "https:\/\/hypercavs.com\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnT3nMaFc3V9kEgsGbSLVBy9u8QOLZa8gv8QgzBPCsGD9s28yRrUidnKPac4+I7wIMwILHPvEO\/9cyOMs16daeM0LGvaXlHZwQtTJo2PdLqWT+osRZreUVmNJLGGef9jFqXt5QQXgmD9hTkcEZgxiqV2h\/CYHjFirHNIC7gL5tOBpcikUY1CCxUntaEQrXRz\/NkplCbXeS\/N8e4w0WnuH5xzkzsGyOCOEKumveZ\/0AvNi7bekUOyOaNeLC2Fy0z7txEg+PxDDqMObhidj9x1bJJ9yswraGaQWC\/\/AXxOTTuRuXDP+G+h8\/FAslvmOo70CNI4fjJ0wF6IsjmWRStPqSwIDAQAB",
    "oauth2": {
        "client_id": "419016284742-372mv9og6qmg9tfurbhoc19pr03ifv0k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}