Contentdrips ✨ Content Repurposing Tool

Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease

ما هو Contentdrips ✨ Content Repurposing Tool؟

Contentdrips ✨ Content Repurposing Tool هو إضافة Chrome تم تطويرها بواسطة ukhalid639، والميزة الرئيسية لها هي "Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Contentdrips ✨ Content Repurposing Tool

قم بتنزيل ملفات الامتداد Contentdrips ✨ Content Repurposing Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Easily turn your tweets into social media posts using Contentdrips. Simply click on "Repurpose" button which appears on your tweet. Copy your post. Go to Contentdrips and paste your content. You can use it turn your Twitter threads into LinkedIn carousels                    

معلومات أساسية عن التمديد

الاسم Contentdrips ✨ Content Repurposing Tool Contentdrips ✨ Content Repurposing Tool
ID dclggbdhjehnnlkpdnaoldlhpehpgjlc
عنوان URL الرسمي https://chromewebstore.google.com/detail/contentdrips-%E2%9C%A8-content-re/dclggbdhjehnnlkpdnaoldlhpehpgjlc
الوصف Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease
حجم الملف 81.58 KB
عدد التثبيتات 297
النسخة الحالية 0.1.4
آخر تحديث 2024-02-17
تاريخ النشر 2023-07-18
المطور ukhalid639
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://contentdrips.com
عنوان صفحة سياسة الخصوصية https://forest-nail-ba5.notion.site/Privacy-Policy-8b822c7135954f3c879cf068e94d3d83?pvs=4
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contentdrips \u2728 Content Repurposing Tool",
    "version": "0.1.4",
    "description": "Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease",
    "permissions": [
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "assets\/css\/style.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "assets\/contentdrips-logo-48.png",
        "96": "assets\/contentdrips-logo-96.png"
    },
    "action": {
        "default_icon": {
            "48": "assets\/contentdrips-logo-48.png",
            "96": "assets\/contentdrips-logo-96.png"
        },
        "default_title": "Contentdrips \u2728 Content Repurposing Tool",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}