Descriptify
Adds multiple defaults to YouTube for descriptions, titles and tags
Descriptifyคืออะไร?
Descriptify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.accidentalgames.com และคุณลักษณะหลักของมันคือ "Adds multiple defaults to YouTube for descriptions, titles and tags"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Descriptify
ดาวน์โหลดไฟล์ส่วนขยาย Descriptify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is designed to improve workflow for content creators on YouTube. No more copying and pasting descriptions between videos! Descriptify allows users who have multiple, regularly running series to create and save multiple sets of default descriptions, tags and video titles right in their browser! Adding this extension to chrome will put a small box at the bottom of the video edit and upload pages on YouTube with a list of colour-codeable buttons. You can add new defaults or manage existing ones using the extension's options page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Descriptify |
ID | emcdllnljbmpacdjjpdcplmoaangcfja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/descriptify/emcdllnljbmpacdjjpdcplmoaangcfja |
คำอธิบาย | Adds multiple defaults to YouTube for descriptions, titles and tags |
ขนาดไฟล์ | 49.68 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2016-04-19 |
วันที่เผยแพร่ | 2016-04-18 |
คะแนน | 4.93/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://www.accidentalgames.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Descriptify", "version": "1.0.3", "description": "Adds multiple defaults to YouTube for descriptions, titles and tags", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Sparks", "options_page": "options.html", "permissions": [ "https:\/\/www.youtube.com\/", "http:\/\/www.youtube.com\/", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/edit*", "https:\/\/*.youtube.com\/edit*", "http:\/\/*.youtube.com\/upload*", "https:\/\/*.youtube.com\/upload*" ], "js": [ "jquery.min.js", "eventPage.js" ], "css": [ "descriptify.css" ] } ], "web_accessible_resources": [ "options.html" ] } |