SomethingAwful Fixes
Reverts several style changes on SomethingAwful
SomethingAwful Fixes란 무엇입니까?
SomethingAwful Fixes은(는) Collin Grady에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reverts several style changes on SomethingAwful"입니다.
확장 프로그램 스크린샷
SomethingAwful Fixes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | hkcmehfaiggpkbggojdnlnhpalabcjbm |
공식 URL | 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" } |