YouTube Channel Grower
YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…
YouTube Channel Grower क्या है?
YouTube Channel Grower amind1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Channel Grower एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags, thumbnails, and more! YouTube uses many different metrics to figure out which videos to show viewers. We have a team of professionals analyzing YouTube channels to see what really makes them grow faster. Make sure you're on top by having the YouTube Channel Grower.
एक्सटेंशन की मूल जानकारी
नाम | YouTube Channel Grower |
ID | fjclfnmheeaecfgmgbafnpkalhnijjbj |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-channel-grower/fjclfnmheeaecfgmgbafnpkalhnijjbj |
विवरण | YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,… |
फ़ाइल का आकार | 112 KB |
स्थापना संख्या | 9,774 |
वर्तमान संस्करण | 1.12.23 |
अंतिम अपडेट | 2017-12-24 |
प्रकाशन तिथि | 2017-12-23 |
रेटिंग | 3.22/5 कुल 18 रेटिंग्स |
डेवलपर | amind1 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Channel Grower", "version": "1.12.23", "background": { "persistent": false, "scripts": [ "jquery-3.2.1.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "jquery-3.2.1.min.js", "jquery-ui.min.js", "content.js" ], "css": [ "jquery-ui.min.css" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Test Extension" }, "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |