SomethingAwful Fixes
Reverts several style changes on SomethingAwful
O que é SomethingAwful Fixes?
SomethingAwful Fixes é uma extensão do Chrome desenvolvida por Collin Grady, e sua principal característica é "Reverts several style changes on SomethingAwful".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SomethingAwful Fixes
Baixe arquivos de extensão SomethingAwful Fixes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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"]
Informações Básicas da Extensão
Nome | SomethingAwful Fixes |
ID | hkcmehfaiggpkbggojdnlnhpalabcjbm |
URL Oficial | https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm |
Descrição | Reverts several style changes on SomethingAwful |
Tamanho do Arquivo | 60.39 KB |
Contagem de Instalações | 93 |
Versão Atual | 1.0.5 |
Última Atualização | 2016-08-15 |
Data de Publicação | 2016-08-15 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Collin Grady |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |