Skebify

A more modern version of the Skeb Button extension.

Cos'è Skebify?

Skebify è un'estensione di Chrome sviluppata da Mark, e la sua funzione principale è "A more modern version of the Skeb Button extension.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Skebify

Scarica i file di estensione Skebify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A more modern version of the Skeb Button extension, which adds links to Skeb.jp on Twitter profiles. Open source, with text localized to both English and Japanese.                    

Informazioni di Base sull'Estensione

Nome Skebify Skebify
ID ofjnlldjdmibignbbafmjgncedjklonk
URL Ufficiale https://chromewebstore.google.com/detail/skebify/ofjnlldjdmibignbbafmjgncedjklonk
Descrizione A more modern version of the Skeb Button extension.
Dimensione del File 32.88 KB
Conteggio Installazioni 48
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-12-26
Data di Pubblicazione 2022-12-26
Sviluppatore Mark
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mark-ignacio/skebify
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.0",
    "author": "Mark Ignacio",
    "name": "Skebify",
    "description": "A more modern version of the Skeb Button extension.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter.bb6c8aa9.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/skeb.jp\/api\/*"
    ]
}