Descriptify

Adds multiple defaults to YouTube for descriptions, titles and tags

Descriptify là gì?

Descriptify là một tiện ích mở rộng Chrome được phát triển bởi https://www.accidentalgames.com, và tính năng chính của nó là "Adds multiple defaults to YouTube for descriptions, titles and tags".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Descriptify

Tải xuống các tệp mở rộng Descriptify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Descriptify Descriptify
ID emcdllnljbmpacdjjpdcplmoaangcfja
URL Chính Thức https://chromewebstore.google.com/detail/descriptify/emcdllnljbmpacdjjpdcplmoaangcfja
Mô tả Adds multiple defaults to YouTube for descriptions, titles and tags
Kích Thước Tệp 49.68 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2016-04-19
Ngày Phát Hành 2016-04-18
Đánh Giá 4.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://www.accidentalgames.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}