SomethingAwful Fixes

Reverts several style changes on SomethingAwful

什麼是SomethingAwful Fixes?

SomethingAwful Fixes是由Collin Grady開發的Chrome擴展程式,該擴展的主要功能是“Reverts several style changes on SomethingAwful”。

擴展截圖

screenshot

下載SomethingAwful Fixes擴展crx文件

下載SomethingAwful Fixes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}