Borang
Spam Google Form like a champ
什么是Borang?
Borang是由https://skrin.xyz开发的Chrome扩展程序,该扩展的主要功能是“Spam Google Form like a champ”。
扩展截图
下载Borang扩展crx文件
下载Borang扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Borang |
ID | mokcmggiibmlpblkcdnblmajnplennol |
官方URL | https://chromewebstore.google.com/detail/borang/mokcmggiibmlpblkcdnblmajnplennol |
简介 | Spam Google Form like a champ |
文件大小 | 64.52 KB |
安装次数 | 33,907 |
当前版本 | 1.2.0 |
更新时间 | 2024-03-01 |
上架时间 | 2021-08-20 |
评分 | 4.77/5 共772次评分 |
开发者 | https://skrin.xyz |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://borang.skrin.xyz |
帮助页面URL | https://discord.com/invite/rGkPJju9zD |
隐私政策页面URL | https://skrin.xyz/privacy |
支持的语言 | 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" ] } ] } |