Social Styled Text

This extension allows you to add bold text to facebook posts

Was ist Social Styled Text?

Social Styled Text ist eine Chrome-Erweiterung, die von https://yonatankra.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to add bold text to facebook posts".

Erweiterungsscreenshots

screenshot
screenshot

Social Styled Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Social Styled Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to add bold text to Facebook posts.
Icon by Freepik - Flaticon: https://www.flaticon.com/free-icons/bold-text                    

Grundlegende Informationen zur Erweiterung

Name Social Styled Text Social Styled Text
ID djfiljkiflkjpdlefbdigfeaiomeeafo
Offizielle URL https://chromewebstore.google.com/detail/social-styled-text/djfiljkiflkjpdlefbdigfeaiomeeafo
Beschreibung This extension allows you to add bold text to facebook posts
Dateigröße 13.08 MB
Installationsanzahl 193
Aktuelle Version 0.1
Letztes Update 2022-08-31
Veröffentlichungsdatum 2022-08-31
Entwickler https://yonatankra.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://yonatankra.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Styled Text",
    "version": "0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "assets\/images\/coffee_mug.png",
        "default_popup": "ui\/popup.html"
    },
    "icons": {
        "128": "assets\/images\/coffee_mug.png"
    },
    "description": "This extension allows you to add bold text to facebook posts",
    "permissions": [
        "scripting",
        "activeTab"
    ]
}