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 |
公式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" ] } |