SomethingAwful Fixes
Reverts several style changes on SomethingAwful
SomethingAwful Fixes là gì?
SomethingAwful Fixes là một tiện ích mở rộng Chrome được phát triển bởi Collin Grady, và tính năng chính của nó là "Reverts several style changes on SomethingAwful".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SomethingAwful Fixes
Tải xuống các tệp mở rộng SomethingAwful Fixes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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"]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SomethingAwful Fixes |
ID | hkcmehfaiggpkbggojdnlnhpalabcjbm |
URL Chính Thức | https://chromewebstore.google.com/detail/somethingawful-fixes/hkcmehfaiggpkbggojdnlnhpalabcjbm |
Mô tả | Reverts several style changes on SomethingAwful |
Kích Thước Tệp | 60.39 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2016-08-15 |
Ngày Phát Hành | 2016-08-15 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Collin Grady |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |