YouPost - video to article converter

YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!.…

YouPost - video to article converterคืออะไร?

YouPost - video to article converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Gera และคุณลักษณะหลักของมันคือ "YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!.…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouPost - video to article converter

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

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

                        YouPost - one-click video-to-article tool

Convert videos into articles - with text and screenshots from the video - in seconds!.

This extension helps you to convert YouTube videos into articles that are easy to read. If you're not comfortable to watch a video - just press the extension on your browser and receive a new tab with headline, text and screenshots from the video. You will not miss anything because the article comes with the text and images from the video.

You can also pick a language you would like to read the article: on the new tab with text and images there is a side menu where you can choose a language. Available languages depend on the available subtitles in the original video.

Enjoy reading videos!

NOTE: If the conversion do not work from the first time - reload the page and press again on the extension button (we will fix this in the next version).

New feature added - switch on and off the screenshots
New feature - save as PDF                    

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

ชื่อ YouPost - video to article converter YouPost - video to article converter
ID knnnfdlgppokojcpbphemdikpelebddo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youpost-video-to-article/knnnfdlgppokojcpbphemdikpelebddo
คำอธิบาย YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!.…
ขนาดไฟล์ 3.54 MB
จำนวนการติดตั้ง 3,302
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2023-09-11
วันที่เผยแพร่ 2020-04-27
คะแนน 2.18/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Anton Gera
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://youpost.one/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouPost - video to article converter",
    "version": "1.9",
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "64": "images\/logo_64.png",
        "128": "images\/logo_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "privacy",
        "https:\/\/api.youpost.one\/*",
        "https:\/\/youpost.one\/*"
    ],
    "web_accessible_resources": [
        "js\/send-page-code.js",
        "js\/Storege.js",
        "js\/ReqestToAPI.js"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "64": "images\/logo_64.png",
            "128": "images\/logo_128.png"
        },
        "default_title": "YouPost - video to article converter"
    },
    "options_page": "\/html\/options.html"
}