CF ON STEROIDS
It enhances the Codeforces user profile according to selected options locally
CF ON STEROIDS là gì?
CF ON STEROIDS là một tiện ích mở rộng Chrome được phát triển bởi iManageDs, và tính năng chính của nó là "It enhances the Codeforces user profile according to selected options locally".
Ả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 CF ON STEROIDS
Tải xuống các tệp mở rộng CF ON STEROIDS 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
It enables user to change their profile rating, contribution and roles in Codeforces.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CF ON STEROIDS |
ID | gnpecblcobafkekjmocbbeabephkgjpj |
URL Chính Thức | https://chromewebstore.google.com/detail/cf-on-steroids/gnpecblcobafkekjmocbbeabephkgjpj |
Mô tả | It enhances the Codeforces user profile according to selected options locally |
Kích Thước Tệp | 44.89 KB |
Số Lần Cài Đặt | 208 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-12-12 |
Ngày Phát Hành | 2020-12-11 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | iManageDs |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CF ON STEROIDS", "description": "It enhances the Codeforces user profile according to selected options locally", "version": "1.0.0", "browser_action": { "default_popup": "steroids.html", "default_icon": "ico64.png" }, "icons": { "16": "ico16.png", "48": "ico48.png", "64": "ico64.png", "128": "ico128.png", "256": "ico256.png", "512": "ico512.png" }, "content_scripts": [ { "matches": [ "http:\/\/codeforces.com\/*", "https:\/\/codeforces.com\/*" ], "js": [ "script.js" ], "all_frames": true } ], "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens steroids.html" } }, "manifest_version": 2 } |