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是由empowa开发的Chrome扩展程序,该扩展的主要功能是“see how many other people have gone down the same wikipedia rabbit hole as you.”。

扩展截图

screenshot
screenshot

下载you're never lonely on wikipedia扩展crx文件

下载you're never lonely on wikipedia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/
帮助页面URL 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"
    }
}