Borang

Spam Google Form like a champ

Borangとは何ですか?

Borangはhttps://skrin.xyzによって開発されたChromeの拡張機能で、その主な機能は「Spam Google Form like a champ」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            ]
        }
    ]
}