youTubeify
Create a slideshow, voiceover, GIF or download images from your Pinterest pins or Google image search
youTubeify là gì?
youTubeify là một tiện ích mở rộng Chrome được phát triển bởi https://www.youtubeify.com, và tính năng chính của nó là "Create a slideshow, voiceover, GIF or download images from your Pinterest pins or Google image search".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng youTubeify
Tải xuống các tệp mở rộng youTubeify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Install: Click add to Chrome and, in the Extensions menu: Click “Pin” beside the youTubeify extension to make it visible HowTo: Click the red yT (youTubeify extension) button An image chooser overlay will appear over the images Hover with your mouse to choose a group of Images OR select any two checkboxes to choose a range of Images Click the YOUTUBE icon at the top of any image to Create OR click the Preview button to see your image selections Delivery (Only for Create/Download - Preview is immediate) You will receive two emails from [email protected]: The first email will contain your job number and job details As soon as your job is completed you will be sent a second email The second email will contain a link to your completed job You can then download for use as is or upload to Pinterest, YouTube Examples: Please visit https://www.pinterest.com/youtubeify/ Features: Supports up to 128 images Preview images option Preview Pq quick option Hover and Click ease of use Group selection of multiple images Promoted images automatic exclusion Check-box selection of specific images Check-box selection of range of images Check-box exclusion of specific images Creates a YouTube compatible MP4 video Google "site:" search option supported Google "site:" eg "cat site:wikipedia.com" Supports direct upload to YouTube via link GIF creation with speed and size options Batch Images download serialized to zip file Uses the highest resolution images available Multiple Slideshow Style options are included Multiple Background music options including silent Voice-over microphone recording slideshow option No watermarks, spyware, malware or added advertising Offline image processing – there is no load on your computer Help: Step by step guide https://www.youtubeify.com/howto/ Note: YouTubeify does not automatically upload to YouTube Upload to YouTube, or any other host, is entirely at the users discretion
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | youTubeify |
ID | idhemoiimcnabhgacjhbchejeeeejdog |
URL Chính Thức | https://chromewebstore.google.com/detail/youtubeify/idhemoiimcnabhgacjhbchejeeeejdog |
Mô tả | Create a slideshow, voiceover, GIF or download images from your Pinterest pins or Google image search |
Kích Thước Tệp | 313 KB |
Số Lần Cài Đặt | 813 |
Phiên Bản Hiện Tại | 4.1.1 |
Cập Nhật Lần Cuối | 2023-06-26 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 3.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://www.youtubeify.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.youtubeify.com/ |
URL Trang Trợ Giúp | https://www.youtubeify.com/supportYT/ |
URL Trang Chính Sách Bảo Mật | https://www.youtubeify.com/PrivacyPolicy |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,fr,tr,es,ru,uk,fa,mr,hi,bn,te,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "yT", "description": "__MSG_extDesc__", "version": "4.1.1", "default_locale": "en", "permissions": [ "identity", "identity.email", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*.youtubeify.com\/", "*:\/\/*.google.com\/", "*:\/\/*.pinterest.com\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "include_globs": [ "http:\/\/www.youtubeify.*\/*", "https:\/\/www.youtubeify.*\/*", "http:\/\/www.google.*\/*", "https:\/\/www.google.*\/*", "http:\/\/www.instagram.*\/*", "https:\/\/www.instagram.*\/*", "http:\/\/*.pinterest.*\/*", "https:\/\/*.pinterest.*\/*" ], "css": [ "css\/record.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "oauth2": { "client_id": "395390588038-uoq5u2vaeinc4m8j1ck9ntvr2ehs8bar.apps.googleusercontent.com", "scopes": [ "profile", "email", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxpSClEb9DXsq1hHIxyNpce0Vw2cIApXvmhwdJSMq8FMqBvsr624iDRvxXNDciketPv4Q88+EKgeejW3uLT4S55NJXUloTRhjn5TGe1fQIEA\/FR+z\/FwENHNJycT5ihuEnA1xZSnsAZwN16ZDo5YziJTMF4z5ZLE6MxwAS65FK7D+k0onio3CSvoN01f6cJcCDc7EdTG8E70U+CRfSkeUz28VycKKApyQVoFu5YgAQ2nrZLh8ccNCaucd0ebmR2G69Q8zixODcULB9AlGg3PN67IrZHRQpfX+gLByqoWmYpNbGyoVZMvsrdoD6cz\/QxoJUrFaIEhz4kTPPFFT35gWAwIDAQAB", "action": { "default_title": "__MSG_ext_default_title__", "default_icon": "icons\/icon32.png" }, "icons": { "48": "images\/icon48.png", "96": "images\/icon96.png" }, "manifest_version": 3 } |