SomethingAwful Fixes

Reverts several style changes on SomethingAwful

SomethingAwful Fixes क्या है?

SomethingAwful Fixes Collin Grady द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reverts several style changes on SomethingAwful"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SomethingAwful Fixes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}