Curse in Calligraphy

Put swear words in a calligraphy font.

Qu'est-ce que Curse in Calligraphy ?

Curse in Calligraphy est une extension Chrome développée par Tagurit Studios, et sa fonction principale est "Put swear words in a calligraphy font.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Curse in Calligraphy

Téléchargez les fichiers d'extension Curse in Calligraphy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension does not do anything with slurs because slurs aren't fun.

It also does not support every curse word as the dictionary is hard-coded and I made my best guess as to what words are more and less frequently used as swears.                    

Informations de Base sur l'Extension

Nom Curse in Calligraphy Curse in Calligraphy
ID phibbfpngemonhedhaeopnminldbjjfi
URL Officiel https://chrome.google.com/webstore/detail/curse-in-calligraphy/phibbfpngemonhedhaeopnminldbjjfi
Description Put swear words in a calligraphy font.
Taille du Fichier 87.47 KB
Nombre d'Installations 58
Version Actuelle 1.1.2
Dernière Mise à Jour 2020-06-25
Date de Publication 2020-06-25
Évaluation 4.00/5 Total 2 Évaluations
Développeur Tagurit Studios
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Curse in Calligraphy",
    "version": "1.1.2",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "description": "Put swear words in a calligraphy font.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/fonts.css"
            ],
            "run_at": "document_idle"
        }
    ]
}