Borang
Spam Google Form like a champ
What is Borang?
Borang is a Chrome extension developed by https://skrin.xyz, and its main feature is "Spam Google Form like a champ".
Extension Screenshots
Download Borang Extension CRX File
Download Borang extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can use this extension to submit Google Form multiple times. You only need to fill the form once and fill in how many times you want to submit the form. This extension will be activated only for official Google Form's URL. ✨ Submit Google Form multiple times with one click ✨ Unlimited submissions ✨ Control spamming speed ✨ Randomizer (Beta) What's new? 💚 Randomizer is back!
Extension Basic Information
Name | Borang |
ID | mokcmggiibmlpblkcdnblmajnplennol |
Official URL | https://chromewebstore.google.com/detail/borang/mokcmggiibmlpblkcdnblmajnplennol |
Description | Spam Google Form like a champ |
File Size | 64.52 KB |
Installation Count | 33,907 |
Current Version | 1.2.0 |
Last Updated | 2024-03-01 |
Publish Date | 2021-08-20 |
Rating | 4.77/5 Total 772 Ratings |
Developer | https://skrin.xyz |
[email protected] | |
Payment Type | in_app |
Extension Website | https://borang.skrin.xyz |
Help Page URL | https://discord.com/invite/rGkPJju9zD |
Privacy Policy Page URL | https://skrin.xyz/privacy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Borang", "description": "Spam Google Form like a champ", "version": "1.2.0", "manifest_version": 3, "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup\/popup.html" }, "host_permissions": [ "https:\/\/*.skrin.xyz\/*", "https:\/\/borang-dev-c3d6yhsnla-as.a.run.app\/*", "http:\/\/localhost:5000\/*", "http:\/\/localhost:5173\/*" ], "permissions": [ "storage", "cookies" ], "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/*", "https:\/\/borang.skrin.xyz\/submit", "http:\/\/localhost:5000\/submit" ], "js": [ "content\/content.js" ], "css": [ "content\/content.css" ] } ] } |