Borang
Spam Google Form like a champ
Hvad er Borang?
Borang er en Chrome-udvidelse udviklet af https://skrin.xyz, og dens hovedfunktion er "Spam Google Form like a champ".
Udvidelsesskærmbilleder
Download Borang-udvidelses-CRX-fil
Download Borang-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Borang |
ID | mokcmggiibmlpblkcdnblmajnplennol |
Officiel URL | https://chromewebstore.google.com/detail/borang/mokcmggiibmlpblkcdnblmajnplennol |
Beskrivelse | Spam Google Form like a champ |
Filstørrelse | 64.52 KB |
Antal Installationer | 33,907 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2024-03-01 |
Udgivelsesdato | 2021-08-20 |
Bedømmelse | 4.77/5 Samlet 772 Bedømmelser |
Udvikler | https://skrin.xyz |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://borang.skrin.xyz |
Hjælpeside-URL | https://discord.com/invite/rGkPJju9zD |
URL til Fortrolighedspolitik Side | https://skrin.xyz/privacy |
Understøttede Sprog | 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" ] } ] } |