Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Was ist Goyral Youtube Bot?
Goyral Youtube Bot ist eine Chrome-Erweiterung, die von Goyral entwickelt wurde, und ihr Hauptmerkmal ist "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".
Erweiterungsscreenshots
Goyral Youtube Bot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Goyral Youtube Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Goyral Youtube Bot automatically comments your search video list
Grundlegende Informationen zur Erweiterung
Name | |
ID | ghhlekmonbjbpaogookapbgdflaoboni |
Offizielle URL | https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni |
Beschreibung | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
Dateigröße | 358 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-03-08 |
Veröffentlichungsdatum | 2021-02-14 |
Bewertung | 2.07/5 Insgesamt 15 Bewertungen |
Entwickler | Goyral |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.goyral.com/privacy-policy.html |
Unterstützte Sprachen | 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" } } |