Social Media Link Preview
Shows a sample preview of OG and twitter card content of the current page
Was ist Social Media Link Preview?
Social Media Link Preview ist eine Chrome-Erweiterung, die von https://akzhy.com entwickelt wurde, und ihr Hauptmerkmal ist "Shows a sample preview of OG and twitter card content of the current page".
Erweiterungsscreenshots
Social Media Link Preview-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social Media Link Preview-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 will show a sample preview of a webpage that is shown when it is shared on social media such as twitter and Facebook.
The goal of this extension is to provide a general idea and actual result may slightly vary.
Works on local websites as well. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dlmoajpiphhokgbbfaiiekhlgpjnjfei |
| Offizielle URL | https://chromewebstore.google.com/detail/social-media-link-preview/dlmoajpiphhokgbbfaiiekhlgpjnjfei |
| Beschreibung | Shows a sample preview of OG and twitter card content of the current page |
| Dateigröße | 73.4 KB |
| Installationsanzahl | 290 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-03-30 |
| Veröffentlichungsdatum | 2021-03-30 |
| Entwickler | https://akzhy.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/akzhy/social-media-link-preview |
| Hilfeseite URL | https://github.com/akzhy/social-media-link-preview |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Shows a sample preview of OG and twitter card content of the current page",
"version": "1.0.0",
"manifest_version": 3,
"name": "Social Media Link Preview",
"short_name": "Shows twitter card \/ og content",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"permissions": [
"activeTab"
],
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
" | |