you're never lonely on wikipedia

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

Apa itu you're never lonely on wikipedia?

you're never lonely on wikipedia adalah ekstensi Chrome yang dikembangkan oleh empowa, dan fitur utamanya adalah "see how many other people have gone down the same wikipedia rabbit hole as you.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi you're never lonely on wikipedia

Unduh file ekstensi you're never lonely on wikipedia dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama you're never lonely on wikipedia you're never lonely on wikipedia
ID mifpgcnccpdmgooakbdgbbgkjnlhfhcg
URL Resmi https://chromewebstore.google.com/detail/youre-never-lonely-on-wik/mifpgcnccpdmgooakbdgbbgkjnlhfhcg
Deskripsi see how many other people have gone down the same wikipedia rabbit hole as you.
Ukuran File 47.31 KB
Jumlah Instalasi 93
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-08-28
Tanggal Publikasi 2023-08-27
Penilaian 5.00/5 Total 3 Penilaian
Pengembang empowa
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://imempowa.com/
URL Halaman Bantuan https://twitter.com/imempowa
Bahasa yang Didukung 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"
    }
}