Beer Goggles
Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes.
Beer Goggles là gì?
Beer Goggles là một tiện ích mở rộng Chrome được phát triển bởi brandondc741, và tính năng chính của nó là "Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes.".
Ả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 Beer Goggles
Tải xuống các tệp mở rộng Beer Goggles 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
NOTICE: This extension is currently broken for retina displays! Fix coming soon! Beer goggles is an extension that loads up faces of the rich and famous, and replaces your regular viewing experience with a much more attractive version of the web.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nhieooahdjlfgdjnnaknfnkdphmeefae |
URL Chính Thức | https://chrome.google.com/webstore/detail/beer-goggles/nhieooahdjlfgdjnnaknfnkdphmeefae |
Mô tả | Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes. |
Kích Thước Tệp | 6.76 MB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2015-08-28 |
Ngày Phát Hành | 2015-08-28 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | brandondc741 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beer Goggles", "description": "Beer Goggles allows you to don a pair of virtual beer goggles and view the web through hazy eyes.", "version": "1.0.1", "browser_action": { "default_icon": "logo.png", "default_title": "Beer Goggles by PRPLrs" }, "content_scripts": [ { "js": [ "jquery-1.11.2.min.js", "jquery.facedetection.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "icon.png", "logo.svg", "goggles.svg", "gogglesClip.svg", "logo.png", "face1.png", "face2.png", "face3.png", "face4.png", "face5.png", "face6.png", "face7.png", "face8.png", "face9.png", "face10.png", "face11.png", "face12.png", "face13.png", "face14.png", "face15.png", "face16.png", "face17.png", "jquery.facedetection.min.js.map", "jquery-1.11.2.min.js" ], "permissions": [ "background", "activeTab", "https:\/\/ajax.googleapis.com\/", "desktopCapture" ] } |