CF FetchCodes

Fetch Accepted Codes of CodeForces Friends

CF FetchCodes là gì?

CF FetchCodes là một tiện ích mở rộng Chrome được phát triển bởi sayanpauldeveloper, và tính năng chính của nó là "Fetch Accepted Codes of CodeForces Friends".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CF FetchCodes

Tải xuống các tệp mở rộng CF FetchCodes 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

                        Unleash the Power of CodeForces with CF FetchCodes!

Are you ready to take your CodeForces experience to the next level? Introducing CF FetchCodes, the ultimate browser extension designed to revolutionise how you explore the coding world!

CF FetchCodes empowers developers and coding enthusiasts with a game-changing feature: access to the accepted codes of your CodeForces friends. Imagine the possibilities! By simply installing this power-packed extension, you'll unlock a treasure trove of coding brilliance right at your fingertips.

Picture this: you're stuck on a challenging problem, and inspiration seems out of reach. That's where CF FetchCodes comes to the rescue! With its ingenious "Accepted Codes of Friends" section nestled conveniently in the side-bar of the problem page, you'll discover a whole new universe of coding possibilities.

But wait, there's more! The magic truly unfolds when you click on the "Show Code" button. Behold, a mesmerising pop-up appears on the same page, showcasing the accepted codes of your friends. It's like having a front-row seat to witness their coding genius up close and personal!

What makes CF FetchCodes even more remarkable is its seamless integration with CodeForces. This extension works entirely within your browser, ensuring a secure and lightning-fast experience. No more jumping through hoops or navigating through multiple tabs. CF FetchCodes brings the power of accepted codes directly to you.

Think of CF FetchCodes as your trusted coding companion, your secret weapon for conquering programming challenges. With its user-friendly interface and unrivalled functionality, you'll gain valuable insights, learn new strategies, and refine your coding skills like never before.

Are you ready to embark on a coding adventure like no other? Install CF FetchCodes today and prepare to enter a world of inspiration, collaboration, and unparalleled coding expertise. Don't let the brilliance of your friends' accepted codes remain hidden. Unleash the power of CF FetchCodes and become a coding legend on CodeForces!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CF FetchCodes CF FetchCodes
ID ombmefkchmjbodcoboeagbpaejfojnga
URL Chính Thức https://chromewebstore.google.com/detail/cf-fetchcodes/ombmefkchmjbodcoboeagbpaejfojnga
Mô tả Fetch Accepted Codes of CodeForces Friends
Kích Thước Tệp 29.92 KB
Số Lần Cài Đặt 449
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-06-25
Ngày Phát Hành 2023-06-25
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển sayanpauldeveloper
Email [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 FetchCodes",
    "description": "Fetch Accepted Codes of CodeForces Friends",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "assets\/icon_128_128.png"
        }
    },
    "icons": {
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png",
        "20": "assets\/icon20.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png",
        "96": "assets\/icon_96_96.png",
        "128": "assets\/icon_128_128.png"
    },
    "host_permissions": [
        "https:\/\/codeforces.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/ContentFriends.js",
                "js\/popup.js"
            ],
            "css": [
                "css\/ContentFriends.css",
                "css\/popup.css"
            ],
            "matches": [
                "https:\/\/codeforces.com\/contest\/*\/problem\/*",
                "https:\/\/codeforces.com\/problemset\/problem\/*"
            ]
        }
    ]
}