Hair on Screen
Displays a helpful hair on the screen
Hair on Screen là gì?
Hair on Screen là một tiện ích mở rộng Chrome được phát triển bởi 0x00019913, và tính năng chính của nó là "Displays a helpful hair on the screen".
Ả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 Hair on Screen
Tải xuống các tệp mở rộng Hair on Screen 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
(This is an obviously undesirable thing to have on your computer and I do not in any way imply that stealth-installing it on someone else's machine will be taken in stride, nor do I take any responsibility for the consequences of this extension's existence.) Displays a helpful hair on the screen for your viewing pleasure! Right-click the browser action (the extension icon in the top right of the Chrome window) for options, including more hair, less hair, and randomized hair!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hair on Screen |
ID | egkikapjpndmjflbjjoondbihalgdjco |
URL Chính Thức | https://chromewebstore.google.com/detail/hair-on-screen/egkikapjpndmjflbjjoondbihalgdjco |
Mô tả | Displays a helpful hair on the screen |
Kích Thước Tệp | 257 KB |
Số Lần Cài Đặt | 37,296 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2017-11-01 |
Ngày Phát Hành | 2017-11-01 |
Đánh Giá | 3.45/5 Tổng số 65 Đánh Giá |
Nhà Phát Triển | 0x00019913 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/0x00019913/HairOnScreen |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hair on Screen", "description": "Displays a helpful hair on the screen", "version": "0.0.0.1", "author": "Anton Bovin", "browser_action": { "default_icon": "assets\/icons\/icon128.png" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content_script_style.css" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ "assets\/*" ] } |