Descriptify
Adds multiple defaults to YouTube for descriptions, titles and tags
Was ist Descriptify?
Descriptify ist eine Chrome-Erweiterung, die von https://www.accidentalgames.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds multiple defaults to YouTube for descriptions, titles and tags".
Erweiterungsscreenshots
Descriptify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Descriptify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Descriptify |
ID | emcdllnljbmpacdjjpdcplmoaangcfja |
Offizielle URL | https://chromewebstore.google.com/detail/descriptify/emcdllnljbmpacdjjpdcplmoaangcfja |
Beschreibung | Adds multiple defaults to YouTube for descriptions, titles and tags |
Dateigröße | 49.68 KB |
Installationsanzahl | 77 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2016-04-19 |
Veröffentlichungsdatum | 2016-04-18 |
Bewertung | 4.93/5 Insgesamt 14 Bewertungen |
Entwickler | https://www.accidentalgames.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |