Descriptify
Adds multiple defaults to YouTube for descriptions, titles and tags
ما هو Descriptify؟
Descriptify هو إضافة Chrome تم تطويرها بواسطة https://www.accidentalgames.com، والميزة الرئيسية لها هي "Adds multiple defaults to YouTube for descriptions, titles and tags".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Descriptify
قم بتنزيل ملفات الامتداد Descriptify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |