SomethingAwful Fixes

Reverts several style changes on SomethingAwful

ما هو SomethingAwful Fixes؟

SomethingAwful Fixes هو إضافة Chrome تم تطويرها بواسطة Collin Grady، والميزة الرئيسية لها هي "Reverts several style changes on SomethingAwful".

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

screenshot

تحميل ملف CRX للإضافة SomethingAwful Fixes

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

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

                        Current version: 1.0.4
* old style pagenav! (now with option to keep dropdown as well)
* removes new CSS
* reverts breadcrumbs to old style (no-hover; updated as of Jan 18, 2013)
* small improvements to forum jump
* replace icon filtering links in thread list

Use Adblock to kill http://www.somethingawful.com/css/forums.css to prevent the flash of the new style before the script kicks in.

css/forums.css$domain=somethingawful.com
somethingawful.com##[href*="/css/forums.css"]                    

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

الاسم SomethingAwful Fixes SomethingAwful Fixes
ID hkcmehfaiggpkbggojdnlnhpalabcjbm
عنوان URL الرسمي https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm
الوصف Reverts several style changes on SomethingAwful
حجم الملف 60.39 KB
عدد التثبيتات 93
النسخة الحالية 1.0.5
آخر تحديث 2016-08-15
تاريخ النشر 2016-08-15
تقييم 5.00/5 مجموع تقييمات 3
المطور Collin Grady
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forums.somethingawful.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "description": "Reverts several style changes on SomethingAwful",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "SomethingAwful Fixes",
    "short_name": "SA Fixes",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "*:\/\/forums.somethingawful.com\/*"
    ],
    "version": "1.0.5"
}