Youtube Creative Commons Credit Attribution
This extension generates credit attribution from a Creative Commons Youtube Video.
Youtube Creative Commons Credit Attributionคืออะไร?
Youtube Creative Commons Credit Attribution เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tinh1115 และคุณลักษณะหลักของมันคือ "This extension generates credit attribution from a Creative Commons Youtube Video."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Creative Commons Credit Attribution
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Creative Commons Credit Attribution ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The YouTube Creative Commons Attribution Generator is a must-have tool for content creators, journalists, educators, and anyone who frequently uses YouTube's vast library of Creative Commons-licensed videos. This extension ensures that you're correctly attributing Creative Commons content according to the license's requirements, fostering a respectful and lawful online content community. The generated attribution follows the template: "This video is based on '##title##' by '##creator##', licensed under CC BY 3.0, and available at ##url##". Simply install the extension and use it on any YouTube video watch page. With a single click, it automatically fetches the video title, the creator's name, and the video URL, and generates the attribution text. But that's not all! If you want to adjust the wording or add additional information, you can customize the template in the extension's options page. This allows you to adapt the attribution to fit your unique style or specific requirements. Please note: This extension only functions on YouTube video watch pages, as it needs to access specific video information to generate the correct attribution. Stay compliant with Creative Commons licenses and show appreciation to the original creators with the YouTube Creative Commons Attribution Generator!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Creative Commons Credit Attribution |
ID | miflgohddcmjoadldbpciplkchjgieik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-creative-commons/miflgohddcmjoadldbpciplkchjgieik |
คำอธิบาย | This extension generates credit attribution from a Creative Commons Youtube Video. |
ขนาดไฟล์ | 70.42 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-07-19 |
วันที่เผยแพร่ | 2023-05-26 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | tinh1115 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 3, "name": "Youtube Creative Commons Credit Attribution", "version": "1.0.1", "description": "This extension generates credit attribution from a Creative Commons Youtube Video.", "action": { "default_popup": "popup.html", "default_icon": "images\/icon-32.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "options_page": "options.html" } |