Open All Trends

Opens all Twitter trends in a new tab with a single click.

ما هو Open All Trends؟

Open All Trends هو إضافة Chrome تم تطويرها بواسطة https://klivk.com، والميزة الرئيسية لها هي "Opens all Twitter trends in a new tab with a single click.".

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

screenshot

تحميل ملف CRX للإضافة Open All Trends

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

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

                        Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click.                    

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

الاسم Open All Trends Open All Trends
ID dgomcbkojfbididkgeaildpcmoehpajo
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo
الوصف Opens all Twitter trends in a new tab with a single click.
حجم الملف 38.62 KB
عدد التثبيتات 52
النسخة الحالية 1.0.0.3
آخر تحديث 2013-02-10
تاريخ النشر 2013-02-10
المطور https://klivk.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://serdar.work/chrome-extensions/privacy-policy.html
اللغات المدعومة en,tr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/open-all-trends"
}