SomethingAwful Fixes
Reverts several style changes on SomethingAwful
Co to jest SomethingAwful Fixes?
SomethingAwful Fixes to rozszerzenie Chrome opracowane przez Collin Grady, a jego główną funkcją jest „Reverts several style changes on SomethingAwful”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SomethingAwful Fixes
Pobierz pliki rozszerzeń SomethingAwful Fixes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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"] Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hkcmehfaiggpkbggojdnlnhpalabcjbm |
| Oficjalny URL | https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm |
| Opis | Reverts several style changes on SomethingAwful |
| Rozmiar pliku | 60.39 KB |
| Liczba instalacji | 93 |
| Aktualna Wersja | 1.0.5 |
| Ostatnia Aktualizacja | 2016-08-15 |
| Data Publikacji | 2016-08-15 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Collin Grady |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |