Orkify

An ekstenshun ta translate fings into orky

Cos'è Orkify?

Orkify è un'estensione di Chrome sviluppata da Sam Vlahos, e la sua funzione principale è "An ekstenshun ta translate fings into orky".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Orkify

Scarica i file di estensione Orkify 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 funny extension that changes text from webpages to read like it was written by an Ork from the Warhammer: 40k universe.                    

Informazioni di Base sull'Estensione

Nome Orkify Orkify
ID cklbdiemefhkfalgpgafmjeocfnbiikb
URL Ufficiale https://chromewebstore.google.com/detail/orkify/cklbdiemefhkfalgpgafmjeocfnbiikb
Descrizione An ekstenshun ta translate fings into orky
Dimensione del File 78.65 KB
Conteggio Installazioni 80
Versione Corrente 1.1
Ultimo Aggiornamento 2022-01-20
Data di Pubblicazione 2022-01-16
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Sam Vlahos
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SamV522/MakeItOrky
URL della Pagina di Aiuto https://github.com/SamV522/MakeItOrky/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Orkify",
    "description": "An ekstenshun ta translate fings into orky",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "16": "icons\/icon-bitty.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/makeitorky.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/orky.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}