Descriptify
Adds multiple defaults to YouTube for descriptions, titles and tags
Descriptify란 무엇입니까?
Descriptify은(는) https://www.accidentalgames.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds multiple defaults to YouTube for descriptions, titles and tags"입니다.
확장 프로그램 스크린샷
Descriptify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |