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은(는) tinh1115에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension generates credit attribution from a Creative Commons Youtube Video."입니다.
확장 프로그램 스크린샷
Youtube Creative Commons Credit Attribution 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |