Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Co je Goyral Youtube Bot?
Goyral Youtube Bot je rozšíření Chrome vyvinuté Goyral, a jeho hlavní funkcí je „Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Goyral Youtube Bot
Stáhněte si soubory rozšíření Goyral Youtube Bot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Goyral Youtube Bot automatically comments your search video list
Základní Informace o Rozšíření
Název | |
ID | ghhlekmonbjbpaogookapbgdflaoboni |
Oficiální URL | https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni |
Popis | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
Velikost souboru | 358 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2021-03-08 |
Datum Vydání | 2021-02-14 |
Hodnocení | 2.07/5 Celkem 15 Hodnocení |
Vývojář | Goyral |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.goyral.com/privacy-policy.html |
Podporované Jazyky | 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" } } |