Descriptify
Adds multiple defaults to YouTube for descriptions, titles and tags
Descriptify क्या है?
Descriptify https://www.accidentalgames.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds multiple defaults to YouTube for descriptions, titles and tags"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Descriptify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |