Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Co to jest Goyral Youtube Bot?
Goyral Youtube Bot to rozszerzenie Chrome opracowane przez Goyral, a jego główną funkcją jest „Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Goyral Youtube Bot
Pobierz pliki rozszerzeń Goyral Youtube Bot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Goyral Youtube Bot automatically comments your search video list
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghhlekmonbjbpaogookapbgdflaoboni |
Oficjalny URL | https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni |
Opis | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
Rozmiar pliku | 358 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2021-03-08 |
Data Publikacji | 2021-02-14 |
Ocena | 2.07/5 Łącznie 15 Oceny |
Deweloper | Goyral |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.goyral.com/privacy-policy.html |
Obsługiwane Języki | 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" } } |