ClickPilot Clipper

Easily add videos from YouTube to your ClickPilot projects and conveniently download thumbnails with just a click.

ClickPilot Clipperคืออะไร?

ClickPilot Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clickpilot.app และคุณลักษณะหลักของมันคือ "Easily add videos from YouTube to your ClickPilot projects and conveniently download thumbnails with just a click."

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

screenshot
screenshot

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

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

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

                        Quickly add any YouTube video to your ClickPilot project boards.

Build a library of inspiration to fuel your next big idea.

You can even download any YouTube thumbnail to your computer with ease. 


HOW TO USE:

1. Open the extension and log in with your ClickPilot account.
2. Simply click the ClickPilot icon next to your desired video to add it to your bucket.
3. You can add as many videos to your bucket as you like.
4. Choose the ClickPilot project to save the videos to and click Save.
5. If you want to download the thumbnail images to your computer instead, just click the download button.

NEW FEATURES:

You can now choose to keep videos after saving them to a board, but automatic deletion is still default. To change this setting, visit the extension options page. If you turn off automatic deletion, you can use the videos in multiple projects, but you must delete them manually.                    

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

ชื่อ ClickPilot Clipper ClickPilot Clipper
ID chdkoedfckoomdihbpkmfafokkpijkkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clickpilot-clipper/chdkoedfckoomdihbpkmfafokkpijkkf
คำอธิบาย Easily add videos from YouTube to your ClickPilot projects and conveniently download thumbnails with just a click.
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 353
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-01-01
วันที่เผยแพร่ 2023-12-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://clickpilot.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clickpilot.app
URL หน้าช่วยเหลือ https://clickpilot.canny.io/
URL หน้านโยบายความเป็นส่วนตัว https://clickpilot.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClickPilot Clipper",
    "description": "Easily add videos from YouTube to your ClickPilot projects and conveniently download thumbnails with just a click.",
    "version": "1.0.3",
    "homepage_url": "https:\/\/clickpilot.app",
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "icon-16x16.png",
            "32": "icon-32x32.png",
            "48": "icon-48x48.png",
            "128": "icon-128x128.png"
        }
    },
    "options_page": "src\/options\/index.html",
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.ts-loader-c4a01b9e.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "assets\/main-b50930c4.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "icon-128x128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/runtime-dom.esm-bundler-065d8289.js",
                "assets\/BaseButton.vue_vue_type_script_setup_true_lang-e725f54a.js",
                "assets\/main.ts-77f3e482.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.clickpilot.app\/*"
    ]
}