Show Last Topics

This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.

ما هو Show Last Topics؟

Show Last Topics هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Show Last Topics

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

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

                        Blockland Forums provides no way to view all of a user's topics in one place. This extension fixes that issue by adding an option at the bottom of all profile pages. When this option is clicked, a list of all the user's topics will appear on the same page with options to sort by date, topic name, and board name.                    

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

الاسم Show Last Topics Show Last Topics
ID ebhimbgllohbpidengigiocapjiahjgd
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-last-topics/ebhimbgllohbpidengigiocapjiahjgd
الوصف This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.
حجم الملف 71.2 KB
عدد التثبيتات 14
النسخة الحالية 2.1
آخر تحديث 2016-06-14
تاريخ النشر 2016-06-14
تقييم 3.75/5 مجموع تقييمات 4
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Last Topics",
    "description": "This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.",
    "version": "2.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/forum.blockland.us\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forum.blockland.us\/index.php?action=profile*"
            ],
            "exclude_matches": [
                "https:\/\/forum.blockland.us\/*sa=*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "topicsLink.js"
            ],
            "run_at": "document_idle"
        }
    ]
}