Borang
Spam Google Form like a champ
Qu'est-ce que Borang ?
Borang est une extension Chrome développée par https://skrin.xyz, et sa fonction principale est "Spam Google Form like a champ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Borang
Téléchargez les fichiers d'extension Borang au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Borang |
ID | mokcmggiibmlpblkcdnblmajnplennol |
URL Officiel | https://chromewebstore.google.com/detail/borang/mokcmggiibmlpblkcdnblmajnplennol |
Description | Spam Google Form like a champ |
Taille du Fichier | 64.52 KB |
Nombre d'Installations | 33,907 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2021-08-20 |
Évaluation | 4.77/5 Total 772 Évaluations |
Développeur | https://skrin.xyz |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://borang.skrin.xyz |
URL de la Page d'Aide | https://discord.com/invite/rGkPJju9zD |
URL de la Page de Politique de Confidentialité | https://skrin.xyz/privacy |
Langues Prises en Charge | 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" ] } ] } |