Twitter Expander

This is extension will save you a click by displaying full images on your timeline ;)

ما هو Twitter Expander؟

Twitter Expander هو إضافة Chrome تم تطويرها بواسطة http://rafaramos.com، والميزة الرئيسية لها هي "This is extension will save you a click by displaying full images on your timeline ;)".

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

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

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

                        Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.                    

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

الاسم Twitter Expander Twitter Expander
ID hnfgjkfjmabokfhlkifalplleeanacjp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp
الوصف This is extension will save you a click by displaying full images on your timeline ;)
حجم الملف 26.18 KB
عدد التثبيتات 17
النسخة الحالية 1.0
آخر تحديث 2014-06-25
تاريخ النشر 2014-06-25
تقييم 4.50/5 مجموع تقييمات 2
المطور http://rafaramos.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Expander",
    "version": "1.0",
    "description": "This is extension will save you a click by displaying full images on your timeline ;)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}