SomethingAwful Fixes

Reverts several style changes on SomethingAwful

Co je SomethingAwful Fixes?

SomethingAwful Fixes je rozšíření Chrome vyvinuté Collin Grady, a jeho hlavní funkcí je „Reverts several style changes on SomethingAwful“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SomethingAwful Fixes

Stáhněte si soubory rozšíření SomethingAwful Fixes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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"]                    

Základní Informace o Rozšíření

Název SomethingAwful Fixes SomethingAwful Fixes
ID hkcmehfaiggpkbggojdnlnhpalabcjbm
Oficiální URL https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm
Popis Reverts several style changes on SomethingAwful
Velikost souboru 60.39 KB
Počet instalací 93
Aktuální Verze 1.0.5
Poslední Aktualizace 2016-08-15
Datum Vydání 2016-08-15
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Collin Grady
Typ Platby free
Podporované Jazyky 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"
}