PigVidz Archival Tool

Tool for archiving an entire Twitter thread, including video, into an offline HTML page.

PigVidz Archival Toolคืออะไร?

PigVidz Archival Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Tool for archiving an entire Twitter thread, including video, into an offline HTML page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PigVidz Archival Tool

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

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

                        PigVidz is a tool for archiving an entire Twitter thread, complete with video files, to an offline-viewable HTML document. This is useful, for example, if you think the thread contains important videos that might be taken down.

INSTRUCTIONS:
1.) Open the target Twitter thread in your browser.
2.) Click PigVidz, select "Open Thread Reader App"
3.) Wait for the page to finish loading external tweets. Some may always say "External Tweet loading" if they were deleted, so ignore those ones.
4.) Click PigVidz again and choose Archive with either hi res video (best quality) or lo res video (takes up less space on your hard drive).
5.) Wait for the process to complete. Once all downloads are finished, you will have "archive.html" and "archive_files" in your Downloads folder. Cut and paste these wherever you like. To test the archive, you can double-click archive.html while your internet is turned off.                    

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

ชื่อ PigVidz Archival Tool PigVidz Archival Tool
ID gnjdfcgfkjiobhhcdbppnkidnkdpjlfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pigvidz-archival-tool/gnjdfcgfkjiobhhcdbppnkidnkdpjlfp
คำอธิบาย Tool for archiving an entire Twitter thread, including video, into an offline HTML page.
ขนาดไฟล์ 76.53 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2020-06-13
วันที่เผยแพร่ 2020-06-12
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PigVidz Archival Tool",
    "version": "1.0.0.0",
    "description": "Tool for archiving an entire Twitter thread, including video, into an offline HTML page.",
    "permissions": [
        "activeTab",
        "downloads",
        "https:\/\/api.twitter.com\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}