you're never lonely on wikipedia

see how many other people have gone down the same wikipedia rabbit hole as you.

ما هو you're never lonely on wikipedia؟

you're never lonely on wikipedia هو إضافة Chrome تم تطويرها بواسطة empowa، والميزة الرئيسية لها هي "see how many other people have gone down the same wikipedia rabbit hole as you.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة you're never lonely on wikipedia

قم بتنزيل ملفات الامتداد you're never lonely on wikipedia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        If you're like me, you traverse the internet alone, often going down the deepest rabbit holes seemingly solo. but you're never lonely on wikipedia. With this extension, you can see how there are other people going on these journeys with you.                    

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

الاسم you're never lonely on wikipedia you're never lonely on wikipedia
ID mifpgcnccpdmgooakbdgbbgkjnlhfhcg
عنوان URL الرسمي https://chromewebstore.google.com/detail/youre-never-lonely-on-wik/mifpgcnccpdmgooakbdgbbgkjnlhfhcg
الوصف see how many other people have gone down the same wikipedia rabbit hole as you.
حجم الملف 47.31 KB
عدد التثبيتات 93
النسخة الحالية 1.1
آخر تحديث 2023-08-28
تاريخ النشر 2023-08-27
تقييم 5.00/5 مجموع تقييمات 3
المطور empowa
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://imempowa.com/
عنوان صفحة المساعدة https://twitter.com/imempowa
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "you're never lonely on wikipedia",
    "version": "1.1",
    "description": "see how many other people have gone down the same wikipedia rabbit hole as you.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/wikimedia.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}