Borang
Spam Google Form like a champ
Was ist Borang?
Borang ist eine Chrome-Erweiterung, die von https://skrin.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Spam Google Form like a champ".
Erweiterungsscreenshots
Borang-Erweiterungs-CRX-Datei herunterladen
Laden Sie Borang-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Borang |
ID | mokcmggiibmlpblkcdnblmajnplennol |
Offizielle URL | https://chromewebstore.google.com/detail/borang/mokcmggiibmlpblkcdnblmajnplennol |
Beschreibung | Spam Google Form like a champ |
Dateigröße | 64.52 KB |
Installationsanzahl | 33,907 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2024-03-01 |
Veröffentlichungsdatum | 2021-08-20 |
Bewertung | 4.77/5 Insgesamt 772 Bewertungen |
Entwickler | https://skrin.xyz |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://borang.skrin.xyz |
Hilfeseite URL | https://discord.com/invite/rGkPJju9zD |
URL der Datenschutzrichtlinien-Seite | https://skrin.xyz/privacy |
Unterstützte Sprachen | 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" ] } ] } |