you're never lonely on wikipedia

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

Vad är you're never lonely on wikipedia?

you're never lonely on wikipedia är en Chrome-tillägg utvecklad av empowa, och dess huvudfunktion är "see how many other people have gone down the same wikipedia rabbit hole as you.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner you're never lonely on wikipedia-förlängningens CRX-fil

Ladda ner you're never lonely on wikipedia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn you're never lonely on wikipedia you're never lonely on wikipedia
ID mifpgcnccpdmgooakbdgbbgkjnlhfhcg
Officiell webbadress https://chromewebstore.google.com/detail/youre-never-lonely-on-wik/mifpgcnccpdmgooakbdgbbgkjnlhfhcg
Beskrivning see how many other people have gone down the same wikipedia rabbit hole as you.
Filstorlek 47.31 KB
Antal Installationer 93
Aktuell Version 1.1
Senast Uppdaterad 2023-08-28
Publiceringsdatum 2023-08-27
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare empowa
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://imempowa.com/
Hjälpsida URL https://twitter.com/imempowa
Stödda Språk 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"
    }
}