Borang
Spam Google Form like a champ
Wat is Borang?
Borang is een Chrome-extensie ontwikkeld door https://skrin.xyz, en de belangrijkste functie is "Spam Google Form like a champ".
Extensie Screenshots
Download het CRX-bestand van de extensie Borang
Download Borang-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Borang |
ID | mokcmggiibmlpblkcdnblmajnplennol |
Officiële URL | https://chromewebstore.google.com/detail/borang/mokcmggiibmlpblkcdnblmajnplennol |
Beschrijving | Spam Google Form like a champ |
Bestandsgrootte | 64.52 KB |
Aantal Installaties | 33,907 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2021-08-20 |
Beoordeling | 4.77/5 Totaal 772 Beoordelingen |
Ontwikkelaar | https://skrin.xyz |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://borang.skrin.xyz |
Help Pagina-URL | https://discord.com/invite/rGkPJju9zD |
URL van de Privacybeleid Pagina | https://skrin.xyz/privacy |
Ondersteunde Talen | 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" ] } ] } |