Twitter UV

Browser Extension which enhances Twitter with Urbit Visor integration.

Hvad er Twitter UV?

Twitter UV er en Chrome-udvidelse udviklet af dcSpark, og dens hovedfunktion er "Browser Extension which enhances Twitter with Urbit Visor integration.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Twitter UV-udvidelses-CRX-fil

Download Twitter UV-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Twitter UV is a web extension which bridges Twitter and Urbit. It allows users to easily share tweets and unroll whole threads at the click of a button directly onto their ships for sharing with others or archival purposes.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitter UV Twitter UV
ID dfidmeghmgfhhflhfopoeinniomenjlf
Officiel URL https://chromewebstore.google.com/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf
Beskrivelse Browser Extension which enhances Twitter with Urbit Visor integration.
Filstørrelse 253 KB
Antal Installationer 59
Nuværende Version 0.2.2
Senest Opdateret 2022-04-21
Udgivelsesdato 2022-01-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler dcSpark
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/dcSpark/twitter-uv
URL til Fortrolighedspolitik Side https://dcspark.io/legal/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UV",
    "version": "0.2.2",
    "description": "Browser Extension which enhances Twitter with Urbit Visor integration.",
    "manifest_version": 3,
    "icons": {
        "16": ".\/public\/images\/icon16.png",
        "48": ".\/public\/images\/icon48.png",
        "128": ".\/public\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "dev.js"
            ],
            "css": [
                "dev.css"
            ]
        }
    ],
    "action": {
        "default_icons": {
            "16": ".\/public\/images\/icon16.png",
            "48": ".\/public\/images\/icon48.png",
            "128": ".\/public\/images\/icon128.png"
        },
        "default_popup": ".\/popup.html",
        "default_title": "Twitter UV"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/www.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/mobile.twitter.com\/*"
    ]
}