Website IP&Hack
Shows the current access to IP and website vulnerabilities auth:shaozhuqing.
Website IP&Hack là gì?
Website IP&Hack là một tiện ích mở rộng Chrome được phát triển bởi http://shaozhuqing.com, và tính năng chính của nó là "Shows the current access to IP and website vulnerabilities auth:shaozhuqing.".
Ả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 Website IP&Hack
Tải xuống các tệp mở rộng Website IP&Hack 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
Simple script which places the IP of the current website in the bottom right. This extension simply adds the IP of the current website you are viewing to the bottom right. FEATURES: * Simple solution to always show the current websites IP address instead of clicking through an extension * Moves left or right on mouse over, it won't get in your way * IPv6 support * No external server to return IP - your chrome does all the work locally * Clean, attractive and does the job. PRIVACY: No-one sees the IP but you. There is no reliance on an external server to return the IP. Chrome returns the IP address itself on the users side. This takes into consideration local DNS and Host changes. If you like this extension please leave a comment below. I'd love to hear what you think about it and what features you'd like to see in later versions. Currently I'm planning a few features: 'Copy IP to clickboard' - This will be available from the popup options in the next version and the ability to disable on certain websites. I created this extension to solve a problem no other IP extension attempted. To quickly show the current websites IP at all times. I use that information daily as a web developer and it has solved my problem. No longer do I have to click through an extension to see the IP, it's just there - bottom right. Hopefully this extension will help you out too. Let me know in the comments and review generously if it has.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | obcefkhoaconmgolmbbbaffelibbijib |
URL Chính Thức | https://chrome.google.com/webstore/detail/website-iphack/obcefkhoaconmgolmbbbaffelibbijib |
Mô tả | Shows the current access to IP and website vulnerabilities auth:shaozhuqing. |
Kích Thước Tệp | 75.54 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.9.9 |
Cập Nhật Lần Cuối | 2018-07-19 |
Ngày Phát Hành | 2018-07-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://shaozhuqing.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://shaozhuqing.com |
URL Trang Trợ Giúp | http://shaozhuqing.com/?page_id=2 |
URL Trang Chính Sách Bảo Mật | http://shaozhuqing.com |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "css\/ip.css" ], "js": [ "jquery.ip.js", "ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Shows the current access to IP and website vulnerabilities auth:shaozhuqing.", "icons": { "128": "\/images\/icon128.png", "16": "\/images\/icon16.png", "48": "\/images\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqtObSLyaTA2Qr85P2ZnCY+9yb3hf2tBgSmm0JE+I5t5\/4koQNQgeMyom9uGWYgi3SSOqh8oS2ZFibjQ\/oK3ts9TM0W4ynNhL5PYuZSuf0EBGlM\/k0ZsYxRGuNMc6C4k+6W40AaS3ZCkgxHeP4SAb5VCypgrxBA2GHLp5iF5UE+ZObTTWSlYRDjuApIB\/sTo6ZJUdDMFZf9rlnH\/gk02FTSs7wnxkYTizWEZ8p6d1bQRuaDW6DInmwHR\/il81rL7CRc9CBE7NQPpDBCgGftXd7nXPm\/PBPhXytgkVoNH99Gs\/9GhEWpvByo9KoOIxs+bbkVcGYnslbpBMHCCZLSSsbwIDAQAB", "manifest_version": 2, "minimum_chrome_version": "18", "name": "Website IP&Hack", "page_action": { "default_icon": "\/images\/icon48.png", "default_popup": "popup.html", "default_title": "Website IP&Hack" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9.9" } |