Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Cos'è Goyral Youtube Bot?
Goyral Youtube Bot è un'estensione di Chrome sviluppata da Goyral, e la sua funzione principale è "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Goyral Youtube Bot
Scarica i file di estensione Goyral Youtube Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Goyral Youtube Bot automatically comments your search video list
Informazioni di Base sull'Estensione
Nome | |
ID | ghhlekmonbjbpaogookapbgdflaoboni |
URL Ufficiale | https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni |
Descrizione | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
Dimensione del File | 358 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-03-08 |
Data di Pubblicazione | 2021-02-14 |
Valutazione | 2.07/5 Totale 15 Valutazioni |
Sviluppatore | Goyral |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.goyral.com/privacy-policy.html |
Lingue Supportate | 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" } } |