Social Media Link Preview
Shows a sample preview of OG and twitter card content of the current page
ما هو Social Media Link Preview؟
Social Media Link Preview هو إضافة Chrome تم تطويرها بواسطة https://akzhy.com، والميزة الرئيسية لها هي "Shows a sample preview of OG and twitter card content of the current page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Social Media Link Preview
قم بتنزيل ملفات الامتداد Social Media Link Preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Social Media Link Preview |
ID | dlmoajpiphhokgbbfaiiekhlgpjnjfei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/social-media-link-preview/dlmoajpiphhokgbbfaiiekhlgpjnjfei |
الوصف | Shows a sample preview of OG and twitter card content of the current page |
حجم الملف | 73.4 KB |
عدد التثبيتات | 290 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-03-30 |
تاريخ النشر | 2021-03-30 |
المطور | https://akzhy.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/akzhy/social-media-link-preview |
عنوان صفحة المساعدة | https://github.com/akzhy/social-media-link-preview |
اللغات المدعومة | 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:\/\/*\/*", " |