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”。

扩展截图

screenshot
screenshot

下载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 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"
    ]
}