Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Vad är Goyral Youtube Bot?
Goyral Youtube Bot är en Chrome-tillägg utvecklad av Goyral, och dess huvudfunktion är "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".
Tilläggsskärmbilder
Ladda ner Goyral Youtube Bot-förlängningens CRX-fil
Ladda ner Goyral Youtube Bot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Goyral YT Comment Bot is a powerful extension for U Tube. It automatically comments your search video list.
Grundläggande Information om Tillägg
Namn | Goyral Youtube Bot |
ID | lpmelddmkgimoaokdngaicmkagcpleep |
Officiell webbadress | https://chromewebstore.google.com/detail/goyral-youtube-bot/lpmelddmkgimoaokdngaicmkagcpleep |
Beskrivning | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
Filstorlek | 6.62 MB |
Antal Installationer | 454 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2023-09-29 |
Publiceringsdatum | 2022-09-24 |
Betyg | 1.00/5 Totalt 5 Betyg |
Utvecklare | Goyral |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.goyral.com/privacy-policy.html |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "worker.js", "type": "module" }, "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" }, "options_page": "pages\/option.html", "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/config.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": 3, "name": "Goyral Youtube Bot", "permissions": [ "tabs", "storage", "notifications", "downloads" ], "host_permissions": [ "https:\/\/www.google.com\/*", "https:\/\/goyral.com\/*" ], "version": "1.5", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |