SomethingAwful Fixes
Reverts several style changes on SomethingAwful
Cos'è SomethingAwful Fixes?
SomethingAwful Fixes è un'estensione di Chrome sviluppata da Collin Grady, e la sua funzione principale è "Reverts several style changes on SomethingAwful".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SomethingAwful Fixes
Scarica i file di estensione SomethingAwful Fixes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"] Informazioni di Base sull'Estensione
| Nome | |
| ID | hkcmehfaiggpkbggojdnlnhpalabcjbm |
| URL Ufficiale | https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm |
| Descrizione | Reverts several style changes on SomethingAwful |
| Dimensione del File | 60.39 KB |
| Conteggio Installazioni | 93 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2016-08-15 |
| Data di Pubblicazione | 2016-08-15 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Collin Grady |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |