A bored button

Click the button to open a random boring website.

ما هو A bored button؟

A bored button هو إضافة Chrome تم تطويرها بواسطة fujizx، والميزة الرئيسية لها هي "Click the button to open a random boring website.".

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

screenshot

تحميل ملف CRX للإضافة A bored button

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

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

                        Click the button to open a random boring website. 
Take a coffee break and enjoy.                    

معلومات أساسية عن التمديد

الاسم A bored button A bored button
ID dcheodehnlbogojafhanldnoddkhmkcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/a-bored-button/dcheodehnlbogojafhanldnoddkhmkcj
الوصف Click the button to open a random boring website.
حجم الملف 16.41 KB
عدد التثبيتات 224
النسخة الحالية 1.0.2
آخر تحديث 2023-08-13
تاريخ النشر 2023-08-10
المطور fujizx
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "A bored button",
    "version": "1.0.2",
    "description": "Click the button to open a random boring website.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}