SocialSwarm for YouTube
SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!
SocialSwarm for YouTube क्या है?
SocialSwarm for YouTube http://socialswarm.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SocialSwarm for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Social Swarm is the most powerful tool for any YouTube content creator or brand seeking an advantage in ranking their videos and growing their channel. Research the highest ranking tags, titles, videos, channels and more without ever leaving YouTube!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cidncbifpoplggonfllfkhgjjfhomnof |
आधिकारिक URL | https://chrome.google.com/webstore/detail/socialswarm-for-youtube/cidncbifpoplggonfllfkhgjjfhomnof |
विवरण | SocialSwarm is the most powerful tool for growing your YouTube channel, FREE! |
फ़ाइल का आकार | 1.04 MB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 0.5.7 |
अंतिम अपडेट | 2018-03-21 |
प्रकाशन तिथि | 2018-03-21 |
रेटिंग | 3.93/5 कुल 14 रेटिंग्स |
डेवलपर | http://socialswarm.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.socialswarm.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SocialSwarm for YouTube", "description": "SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!", "version": "0.5.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon.png", "default_title": "SocialSwarm", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "js\/bg\/event.bg.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "libs\/jquery\/jquery-3.2.1.min.js", "libs\/lodash\/lodash.min.js", "libs\/semantic\/semantic.min.js", "libs\/abbreviate\/abbreviate.js", "js\/cs\/bundle.min.js" ], "css": [ "libs\/semantic\/semantic.min.css", "css\/cs\/socialswarm.cs.min.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "libs\/semantic\/themes\/default\/assets\/fonts\/icons.eot", "libs\/semantic\/themes\/default\/assets\/fonts\/icons.svg", "libs\/semantic\/themes\/default\/assets\/fonts\/icons.woff", "libs\/semantic\/themes\/default\/assets\/fonts\/icons.woff2", "libs\/semantic\/themes\/default\/assets\/fonts\/icons.ttf", "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-Italic.ttf", "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-BoldItalic.ttf", "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-Regular.ttf", "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-Bold.ttf", "libs\/semantic\/themes\/default\/assets\/images\/flags.png" ], "permissions": [ "tabs", "storage", "notifications", "https:\/\/www.youtube.com\/*" ] } |