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文件
下載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 |
官方網址 | 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" ] } |