1of10.com - Optimization Tool For Youtube
Optimization Tool For Youtube From 1of10.com
1of10.com - Optimization Tool For Youtubeคืออะไร?
1of10.com - Optimization Tool For Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://1of10.com และคุณลักษณะหลักของมันคือ "Optimization Tool For Youtube From 1of10.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1of10.com - Optimization Tool For Youtube
ดาวน์โหลดไฟล์ส่วนขยาย 1of10.com - Optimization Tool For Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**1 of 10 Outlier Finder** Discover hundreds of thousands of high-performing videos and save HOURS of research. It's very simple, but effective. Basically, when you go on a channel page, you will be able to see the outlier ratio immediately and see which outperforming videos stand out at a quick glance. No need to do mental calculations every time you do research. **1 of 10 Sidebar Search** When you do a search on Youtube, for constant inspiration, you will see outliers on the right related to your keywords. **1 of 10 Thumbnail Viewer** Preview your thumbnail directly on [youtube.com](http://youtube.com) quick and easy. The goal of this feature is to help finalize the decision on which thumbnail to use for the next video a youtube channel will upload. How it works: You can upload one thumbnail and will be able to see the thumbnail concept directly on youtube.com. No need to go on a separate website. This will allow you to more clearly understand from a viewer’s perspective how the designed thumbnail will be seen. You can preview from the youtube homepage, suggested section and even on a channel. - You can add more thumbnail variations to see side by side. - You can choose to randomize the position. These options will allow you to see which thumbnail pops out more amongst other thumbnails on youtube. - You can also change the title of the video and the name of the channel for better representation of what the video will look like on the homepage. Credit to @benjamincode and @bastiui for the thumbnail preview chrome extension concept.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 1of10.com - Optimization Tool For Youtube |
ID | gkfdnmclhbgbidnpmimfdobgjpeblckn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/1of10com-optimization-too/gkfdnmclhbgbidnpmimfdobgjpeblckn |
คำอธิบาย | Optimization Tool For Youtube From 1of10.com |
ขนาดไฟล์ | 2.9 MB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2024-03-02 |
วันที่เผยแพร่ | 2023-11-22 |
คะแนน | 4.67/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://1of10.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://1of10.com |
URL หน้านโยบายความเป็นส่วนตัว | https://1of10.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "1of10.com - Optimization Tool For Youtube", "description": "Optimization Tool For Youtube From 1of10.com", "version": "1.6", "permissions": [ "activeTab", "storage", "clipboardRead", "clipboardWrite" ], "host_permissions": [ "*:\/\/*.1of10.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "wrapper.html" }, "web_accessible_resources": [ { "resources": [ "sidebar.html", "popup.html" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |