Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Goyral Youtube Bot क्या है?
Goyral Youtube Bot Goyral द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Goyral Youtube Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Goyral Youtube Bot automatically comments your search video list
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghhlekmonbjbpaogookapbgdflaoboni |
आधिकारिक URL | https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni |
विवरण | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
फ़ाइल का आकार | 358 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2021-03-08 |
प्रकाशन तिथि | 2021-02-14 |
रेटिंग | 2.07/5 कुल 15 रेटिंग्स |
डेवलपर | Goyral |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.goyral.com/privacy-policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/core.js", "js\/utils.js", "js\/background.js" ] }, "browser_action": { "default_popup": "pages\/popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_title": "Goyral Youtube Bot" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/core.js", "js\/parser.js", "js\/utils.js", "js\/auto.js", "js\/comment.js", "js\/content.js" ], "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.", "manifest_version": 2, "name": "Goyral Youtube Bot", "permissions": [ "storage", "https:\/\/fonts.googleapis.com\/", "*:\/\/goyral.com\/*" ], "version": "1.3", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |