Borang

Spam Google Form like a champ

ما هو Borang؟

Borang هو إضافة Chrome تم تطويرها بواسطة https://skrin.xyz، والميزة الرئيسية لها هي "Spam Google Form like a champ".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Borang

قم بتنزيل ملفات الامتداد Borang بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://borang.skrin.xyz
عنوان صفحة المساعدة https://discord.com/invite/rGkPJju9zD
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}