Descriptify
Adds multiple defaults to YouTube for descriptions, titles and tags
Wat is Descriptify?
Descriptify is een Chrome-extensie ontwikkeld door https://www.accidentalgames.com, en de belangrijkste functie is "Adds multiple defaults to YouTube for descriptions, titles and tags".
Extensie Screenshots
Download het CRX-bestand van de extensie Descriptify
Download Descriptify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Descriptify |
ID | emcdllnljbmpacdjjpdcplmoaangcfja |
Officiële URL | https://chromewebstore.google.com/detail/descriptify/emcdllnljbmpacdjjpdcplmoaangcfja |
Beschrijving | Adds multiple defaults to YouTube for descriptions, titles and tags |
Bestandsgrootte | 49.68 KB |
Aantal Installaties | 77 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2016-04-19 |
Publicatiedatum | 2016-04-18 |
Beoordeling | 4.93/5 Totaal 14 Beoordelingen |
Ontwikkelaar | https://www.accidentalgames.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |