Performance Seed Freebox

Affiche l'efficacité des seeds sur l'interface FreeboxOS

Performance Seed Freebox là gì?

Performance Seed Freebox là một tiện ích mở rộng Chrome được phát triển bởi Jack NUMBER, và tính năng chính của nó là "Affiche l'efficacité des seeds sur l'interface FreeboxOS".

Ả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 Performance Seed Freebox

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

                        Cette extension vous aide à déterminer les seeds les plus rentables. 

Elle ajoute à Freebox OS un panneau dédié, affichant 2 informations supplémentaires pour chaque torrent : 
- le volume de ratio par jour (moyenne)
- le volume de données partagés par jour (moyenne)

Une échelle de couleur permet de rapidement voir les torrents les plus performants. Seuls les torrent en seed actif sont affichés dans le tableau. Le tableau se met à jour toutes les minutes quand il est ouvert.

Aucune information n'est récupérée par l'extension (pas de tracking, pas de meta-données, pas d'infos personnelles).

Compatible Freebox OS 4.5

Merci de partager les torrents, le système existe grâce à vous !                    

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

Tên Performance Seed Freebox Performance Seed Freebox
ID edlkgcidmeflfpjmeakkhhehbocokaie
URL Chính Thức https://chromewebstore.google.com/detail/performance-seed-freebox/edlkgcidmeflfpjmeakkhhehbocokaie
Mô tả Affiche l'efficacité des seeds sur l'interface FreeboxOS
Kích Thước Tệp 12.31 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2019-04-22
Nhà Phát Triển Jack NUMBER
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JackNUMBER/performance-seed-freebox
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Performance Seed Freebox",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Affiche l'efficacit\u00e9 des seeds sur l'interface FreeboxOS",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Jack NUMBER",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}