intrafriends42
Add some friends and get their locations on intra.42.fr sidebar
intrafriends42 là gì?
intrafriends42 là một tiện ích mở rộng Chrome được phát triển bởi edrflt, và tính năng chính của nó là "Add some friends and get their locations on intra.42.fr sidebar".
Ả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 intrafriends42
Tải xuống các tệp mở rộng intrafriends42 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
Add some friends and get their locations on intra.42.fr sidebar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | intrafriends42 |
ID | baehliedggippdholddgbdlhhmiaoioc |
URL Chính Thức | https://chromewebstore.google.com/detail/intrafriends42/baehliedggippdholddgbdlhhmiaoioc |
Mô tả | Add some friends and get their locations on intra.42.fr sidebar |
Kích Thước Tệp | 12.73 KB |
Số Lần Cài Đặt | 378 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2018-12-18 |
Ngày Phát Hành | 2018-12-18 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | edrflt |
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": "intrafriends42", "version": "4.0", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "permissions": [ "storage" ], "browser_action": { "default_icon": "32.png", "default_title": "intrafriends42", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.intra.42.fr\/*" ], "js": [ "purify.min.js", "intrafriends42.js" ] } ] } |