Share on Twitter

Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.

ما هو Share on Twitter؟

Share on Twitter هو إضافة Chrome تم تطويرها بواسطة http://mustafa.io، والميزة الرئيسية لها هي "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".

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

screenshot

تحميل ملف CRX للإضافة Share on Twitter

قم بتنزيل ملفات الامتداد Share on Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.                    

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

الاسم Share on Twitter Share on Twitter
ID ccnepoheeddldggdgihffmglfjpojggh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh
الوصف Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
حجم الملف 10.19 KB
عدد التثبيتات 21
النسخة الحالية 0.9.1
آخر تحديث 2014-11-30
تاريخ النشر 2014-11-30
تقييم 4.50/5 مجموع تقييمات 2
المطور http://mustafa.io
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/intent\/tweet*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.",
    "icons": {
        "128": "twShare_128x128.png",
        "48": "twshare-48x48.png"
    },
    "manifest_version": 2,
    "name": "Share on Twitter",
    "permissions": [
        "activeTab"
    ],
    "short_name": "twShare",
    "version": "0.9.1",
    "author": "@5yx",
    "homepage_url": "https:\/\/twitter.com\/5yx"
}