
Closed
Posted
Paid on delivery
I need a lightweight Chrome extension that will run smoothly on my Acer Chromebook and automate three actions inside Discord’s web client: selecting a message from a predefined list, pasting it into an open chat channel, and sending it on a loop. Core workflow • The extension loads a list of preset lines I maintain (hard-coded JSON, simple TXT, or an in-extension editor—whichever is easier to implement). • At a user-set interval it grabs the next line, focuses the message box, pastes, and triggers the normal Enter/Send event. • Once it reaches the end of the list it should cycle back or optionally shuffle to look less repetitive. Essential features • Runs entirely in-browser; no external executables or drivers. • Simple pop-up UI to start/stop, pick the target tab if several Discord servers are open, adjust delay, and edit the message list. • Visual cue (icon badge or small overlay) showing when the sender is active. • Basic safety: minimum delay threshold to avoid Discord’s rate limits, automatic pause if a CAPTCHA or send error appears. Deliverables 1. Unpacked extension source folder ready for “Load unpacked” in Chrome. 2. Brief README or screen-capture guide showing installation, configuration, and how to update the message list. 3. Commented code so I can tweak intervals or add more messages later. Acceptance criteria • Tested on the latest Chrome OS build; starts, stops, and cycles through at least five messages without manual input. • No background crashes or Discord client errors after 30 minutes of continuous sending. If something in the flow can be streamlined further, let me know—simplicity and reliability are the priorities.
Project ID: 40582090
86 proposals
Remote project
Active 2 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
86 freelancers are bidding on average $29 USD for this job

Hi there, I see you're looking for a Chrome extension to automate messaging on Discord's web client. I can help you create a lightweight extension that meets these needs effortlessly. The extension will use JavaScript to automate message selection from a predefined list, ensuring it will paste and send messages into your chosen chat channel seamlessly. Leveraging HTML and CSS, I will ensure a user-friendly interface that blends well with the existing Discord design. The extension will be efficiently coded to run smoothly on your Acer Chromebook, adhering to Google's best practices for Chrome extensions. Additionally, JSON will be used to handle data storage and retrieval, and PHP if server-side processing is needed. Best Regards, Khorshed Alam, RS Software.
$35 USD in 5 days
9.6
9.6

Hi, I'm a senior developer with 20+ years of experience building browser extensions and automation tools, and I've delivered similar Discord automation scripts before. I'll write a lightweight Chrome extension that injects JavaScript into Discord's web client to cycle through your preset messages on a set interval, with a pop-up UI to control the loop, delay, and message list. The extension will use content scripts to handle the chat interaction, background scripts for timing, and Chrome's storage API to persist your settings—all running entirely client-side to avoid rate limits and CAPTCHAs. I'll add a visual indicator in the extension icon and include basic error handling to pause if Discord's UI changes or sending fails. The package will include unpacked source code with clear comments and a minimal README for installation and updates. I can start immediately.
$30 USD in 1 day
8.1
8.1

Hi, I can help with your "Discord Message Auto-Sender Extension" project. I develop clean, maintainable PHP backends — core PHP and Laravel/Symfony, MySQL schema design, and well-structured REST APIs. For work involving php, javascript, css, software architecture, html, google chrome, json, web development, I pay close attention to validation, security, and readable code, delivering in small, testable milestones. I provide clean commits and clear documentation. Could we discuss the specifics before I firm up the timeline? ⭐ 5.0/5 from a recent client: "it was great working with him, did whatever changes i asked him as per my need." Final timeline and cost will be confirmed in chat after a complete understanding and documentation of the project expectations in detail.
$24 USD in 1 day
7.7
7.7

Thanks for the detail, but this is one I'll have to pass on. An extension that loops through a message list and auto-sends into Discord channels on a timer is essentially an automated spam tool, and the shuffle-to-look-less-repetitive plus auto-pause-on-CAPTCHA parts are specifically about slipping past Discord's anti-spam—that crosses into self-botting, which violates Discord's Terms of Service and risks getting your account banned. I don't build automation designed to evade a platform's protections. If you're after something legitimate—like a scheduled reminder bot built properly on Discord's official Bot API, or a personal snippet tool that pastes text for you to send manually—I'd be glad to help with that instead.
$10 USD in 1 day
7.5
7.5

Discord’s React-based message box is the main risk here: directly setting text often won’t trigger its internal state, so the extension needs to interact with the contenteditable field and dispatch the same input/keyboard events a real send uses. I’d build this as a lightweight Manifest V3 extension with a popup for start/stop, delay, shuffle/cycle mode, tab selection, and message editing. The content script would process one line at a time, confirm the Discord composer is available, send it, then wait for the configured interval rather than stacking timers. I’d also add a sensible minimum delay, an active badge, and pause conditions for CAPTCHA indicators, missing message boxes, or visible send failures. Keeping the message list in extension storage would be simpler for you than editing JSON files manually, while still allowing import or export later. The source will be commented and packaged for “Load unpacked,” with clear Chromebook installation and configuration instructions.
$20 USD in 7 days
7.1
7.1

Hi! My name is Marjan and I'm here to offer you my services as a skilled applicant with over a decade of experience working on Freelancer.com. l believe I am the best fit candidate for this project due to my extensive experience; I would like to have a discussion to get to know that we both are on the same page. Once the scope will be locked, I will start working on it right away.
$200 USD in 7 days
6.9
6.9

I can develop your Discord Message Auto-Sender Extension specifically optimized for ChromeOS on your Acer Chromebook. With extensive experience in JavaScript and the Chrome Extension API, I have built several automation tools that interact with web based messaging platforms using secure background scripts and efficient JSON handling. I will ensure the extension is lightweight to prevent any performance lag on your device while maintaining reliable message delivery. My background in software architecture allows me to write clean, maintainable code that adheres to Chrome security standards. I am ready to start immediately and can provide a functional prototype within 24 hours.
$30 USD in 1 day
6.8
6.8

As an experienced full-stack developer and automation specialist, I'm confident in my ability to create the lightweight Chrome extension you're seeking. I'm well-versed in both Javascript and PHP, and I integrate APIs, build and conduct test automation for web applications - core skills that will be essential for automating your predefined messages on Discord. Moreover, I have a strong understanding of the Chrome extension ecosystem and would be happy to deliver a source folder with commented code - allowing you to tweak intervals or expand the functionality as needed in the future. My commitment to maintainability will shine through in this project. Lastly, as someone who deeply values performance and reliability, it would be my priority to ensure that your extension runs without errors even after prolonged use. Rest assured, your extension will be thoroughly tested on the latest Chrome OS build before delivery. Trust me with your project, and together we'll simplify and streamline your Discord workflow. Let's get started!
$20 USD in 1 day
7.2
7.2

Hi, I'd handle this with a minimal Chrome extension that stays inside Discord's web client, avoiding background scripts that can crash or get blocked. The core runs from a popup UI that triggers a simple loop in a content script, keeping everything lightweight and visible. A small badge on the extension icon will show when it's active, and the loop pauses automatically if Discord throws an error or a CAPTCHA appears. I built a browser snippet last year that pasted text into forms on a timer, so I know how to keep the timing smooth without pushing too fast. The main tweak there was watching for page changes to avoid pasting into the wrong spot. Every change is isolated in a single file you can open in any editor, and the loop stops immediately if the tab loses focus or Discord reloads. After thirty minutes of sending, the only thing that usually needs adjustment is the interval. The extension keeps your Chromebook quiet and lets you edit the message list without digging into code. If it looks like the right fit, I can send a sample loop setup that runs locally so you can test it before we finalize the delay and message source. Thanks, Denis.
$30 USD in 1 day
6.5
6.5

Hi, I have experience building Chrome extensions with JavaScript and Chrome Extension APIs. However, I can't help develop tools that automate sending repeated messages in Discord, as they can be used for spam and violate platform terms. If your goal is to improve productivity, I can help build a compliant Chrome extension that: Manages and organizes message templates. Lets you insert a selected template into Discord with a single click or keyboard shortcut. Provides an in-extension editor for maintaining message lists. Includes a clean popup UI, configurable shortcuts, and fully commented source code. The extension will run entirely in Chrome, require no external software, and include complete installation and configuration documentation.
$20 USD in 2 days
6.1
6.1

Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I can dive into your project immediately. I have rich experience in Chrome extension development, JavaScript, Manifest V3, browser automation, and responsive extension UI development. I understand you need a lightweight Chrome extension with a simple popup interface, configurable message management, reliable scheduling, active-state indicators, and clean, maintainable code. I focus on building stable browser extensions with intuitive interfaces, thorough documentation, and long-term maintainability while ensuring compatibility with Chrome OS. I am skilled in JavaScript, Chrome Extensions (Manifest V3), HTML, CSS, DOM manipulation, and browser APIs. I’m ready to start immediately and would be happy to discuss this project. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$20 USD in 1 day
6.3
6.3

Hello, I came across your Discord Message Auto-Sender Extension and I am very interested in working with you. I have reviewed your requirements and full understand the scope of expectations. I specialize in PHP, CSS, HTML, Web Development, and have successfully delivered similar projects before. I am committed to delivering high-quality work with reliability, clarity and professionalism. I work transparently throughout the project progress, deadlines and expectation stay clear at every stage. I would be glad to disucss further details and am ready to start immediately. Looking forward to hearing from you.
$100 USD in 1 day
6.3
6.3

With extensive experience in web development, particularly in CSS and HTML, I am the ideal fit for your project. I understand that simplicity and reliability are paramount, and I will ensure that your automated Discord message sender extension meets and exceeds these requirements. Having worked on several Chrome extensions in the past, I know the unique abilities and limitations of the platform. Delivering clean and visually appealing extensions that perform smoothly is a key focus of mine, which is vital for your Chromebook implementation. From creating a simple pop-up UI for easy management to handling potential limitations like discord's rate limits or CAPTCHA checks, I will use my technical prowess to provide a fully-customized solution tailored to your needs. The delivered product will include thorough documentation ensuring easy installation, configuration, and future modification if required. Apart from core development strengths in HTML and CSS, I'm constantly expanding my skillset; this includes JavaScript (essential for Chrome extension development) along with PHP, React, Flutter etc. should you ever need them down the line. I bring strong attention to detail & performance marketing to all my projects ensuring 제 overall quality, timeliness, & client satisfaction. Choose me if you want a dedicated professional with a deep understanding of not just the tools but also your project requirements
$10 USD in 1 day
5.7
5.7

Hello, I’m interested in your project and can develop a lightweight, reliable Chrome extension with a simple UI for managing message lists, intervals, and automation, along with clean, well-documented code. You can expect: * Lightweight Chrome extension * Easy-to-use popup interface * Clean, maintainable code * README and setup documentation * Clear communication and on-time delivery Warm Regards, Monica Bhatia
$20 USD in 2 days
5.3
5.3

I hope you're doing well! My name is Nawal, and I bring over nine years of experience in Discord Message Auto-Sender Extension. After carefully reviewing your project brief, I’m confident that I understand your needs and can deliver exactly what you're looking for. Here’s what I offer: ✅ Multiple initial drafts within 24 to 48 hours ✅ Unlimited revisions until you're 100% satisfied ✅ Final delivery in all required formats, including the editable master file and full copyright ownership You can check out my portfolio and past work here: ? Freelancer Profile – eaglegraphics247 I’d love to discuss your project further and explore how we can make your vision a reality. Let me know a convenient time for a quick chat! Looking forward to working together. Best regards, Nawal
$30 USD in 1 day
4.9
4.9

With my extensive background in HTML, JavaScript, PHP, and Software Architecture, I believe I am a top candidate for your Discord Message Auto-Sender Extension project. Over the last 7 years, I've demonstrated adept proficiency across various technologies beyond those you've listed such as Chrome extensions, JSON handling, and efficient data communication - all of which directly apply to your project needs. Prioritizing simplicity and reliability, you can trust me to build you an intuitive Chrome extension (without external executables!) that meets the specific requirements you provided. I'll design a streamlined UI to start/stop the messaging, pick a target tab on Discord if multiple servers are open (eliminating ambiguity), adjust delay, and customize the message list with ease. Additionally, my code will be commented thoroughly À la carte providing room for adjustments to intervals or adding more messages once the delivery is complete. My overarching goal is not just to create an adequate tool for your need but ensure it performs diligently without hitches§rikes or Discord client errors as long as 30 minutes at a go. My warranties extend beyond the initial package delivery - I am happy to provide after support as well. Let me bring my proficiency in web development and passion for intelligent execution of tasks into harmonizing your Discord experience by automating repetitive tasks. Together we can go even further!
$10 USD in 7 days
6.5
6.5

Hello There! I’m Md Ruhul Ajom, and I’m excited to partner with you. I can dive into your project immediately. I’m a full-stack developer with 10+ years of experience in Chrome extensions, JavaScript, browser automation, and web application development. I understand you need a lightweight Chrome extension with a simple UI to manage preset messages, configurable intervals, visual status indicators, and reliable browser-based automation. I’ve built Chrome extensions and automation tools focused on clean architecture, performance, and maintainable code. I have rich experience in JavaScript, Chrome Extension (Manifest V3), HTML, CSS, Browser APIs, and UI development. I’m ready to start immediately and would be happy to discuss your requirements. Looking forward to hearing from you. Best regards, Md Ruhul Ajom
$100 USD in 3 days
5.5
5.5

Hello, Having read through your project description, I am confident that my experience as a professional backend and systems engineer makes me the perfect fit for your Discord message auto-sender extension. With a strong background in building reliable, scalable, and high-performance software systems, I have the necessary skillset to ensure your extension runs smoothly on your Acer Chromebook and cater to your specific requirements. My expertise in backend development and extensive knowledge of cloud infrastructure using AWS aligns perfectly with the essence of your project. I have had prior success in creating similar Chrome extensions that run solely in-browser which, in this case, would be ideal for you. My focus on system scalability and optimization is also aligned with your need for a lightweight and efficient application to avoid any crashing or client errors. Moreover, my emphasis on clean and maintainable architecture as well as long-term technical reliability ensures that I will deliver an unpacked extension source folder ready for “Load unpacked” in Chrome, accompanied by a clear README or screen-capture guide to simplify installation, configuration, and updates. By choosing me for this task, we can together build something reliable that not only fulfills all your needs but ensures a smooth experience on the latest Chrome OS build without any crashes or errors even after continuous use over extended periods of time. Let' Thanks!
$50 USD in 6 days
4.5
4.5

Hi, your Discord extension needs to stay lightweight, reliable, and simple to manage on Chrome OS. I can build the in-browser workflow to cycle preset messages, paste into Discord Web, trigger send, and show clear active status. I’ve built Chrome extensions with popup controls, content scripts, local storage, and message-loop automation before, so I’m comfortable keeping everything fast and self-contained. I’d use a clean popup UI for start/stop, delay settings, target tab selection, and editing the message list. To keep it stable, I’d add a minimum delay guard, loop or shuffle support, and pause logic when Discord shows send errors or CAPTCHA prompts. I’d also comment the code well and include a short setup guide so it’s easy to adjust later. If you want, I can streamline the flow further while keeping it dependable. Best regards, Gabriel
$15 USD in 1 day
4.4
4.4

Hi, I have reviewed your requirements and understand that you need a lightweight Chrome extension focused on reliable browser-based automation with a simple and maintainable interface. With 6+ years of experience in JavaScript, Chrome Extensions, browser automation, and web application development, I have worked with DOM interactions, extension APIs, and custom browser tools designed for smooth user workflows. I can build the extension with a clean structure including message list management, start/stop controls, interval settings, active status indicators, configuration options, and proper error handling. The code will be optimized for Chrome OS performance and delivered as a ready-to-load unpacked extension with clear documentation. I will focus on keeping the implementation lightweight, avoiding unnecessary dependencies, and ensuring the extension is easy to update with new messages or settings in the future. The delivery will include the complete source folder, commented code, setup instructions, and a walkthrough covering installation and usage. Regards, Ammar
$10 USD in 1 day
4.5
4.5

United States
Member since Jul 14, 2026
₹400-750 INR / hour
₹750-1250 INR / hour
$250-750 USD
₹600-1500 INR
₹600-1500 INR
$750-1500 AUD
$10-30 USD
$250-750 USD
₹12500-37500 INR
$30-250 USD
₹75000-150000 INR
$30-250 USD
₹1250-2500 INR / hour
$30-250 USD
$30-250 USD
₹1500-12500 INR
$25-50 CAD / hour
₹37500-75000 INR
$1500-3000 USD
$30-250 CAD