Descriptify
Adds multiple defaults to YouTube for descriptions, titles and tags
Cos'è Descriptify?
Descriptify è un'estensione di Chrome sviluppata da https://www.accidentalgames.com, e la sua funzione principale è "Adds multiple defaults to YouTube for descriptions, titles and tags".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Descriptify
Scarica i file di estensione Descriptify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Descriptify |
ID | emcdllnljbmpacdjjpdcplmoaangcfja |
URL Ufficiale | https://chromewebstore.google.com/detail/descriptify/emcdllnljbmpacdjjpdcplmoaangcfja |
Descrizione | Adds multiple defaults to YouTube for descriptions, titles and tags |
Dimensione del File | 49.68 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2016-04-19 |
Data di Pubblicazione | 2016-04-18 |
Valutazione | 4.93/5 Totale 14 Valutazioni |
Sviluppatore | https://www.accidentalgames.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |