Torrent Clipper

Add torrent and magnet links to your Bittorrent client's web interface.

O que é Torrent Clipper?

Torrent Clipper é uma extensão do Chrome desenvolvida por Piperun, e sua principal característica é "Add torrent and magnet links to your Bittorrent client's web interface.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Torrent Clipper

Baixe arquivos de extensão Torrent Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Torrent Clipper is an extension used to remotely add torrents seamlessly, 
this is an unofficial fork from the firefox version called: Torrent Control.

Supported clients:
https://github.com/piperun/torrent-clipper/wiki/Supported-Websites

Features:    
    Handle magnet links.
    Utilize store multiple servers seamlessly.
    Uses Google Sync (if enabled) to store the data.
    Specialized parsing via regex


If there's any problem please go to the support link and open an issue.




Original author:
https://github.com/Mika-/torrent-control

Original artist:
https://www.freepik.com/macrovector                    

Informações Básicas da Extensão

Nome Torrent Clipper Torrent Clipper
ID cmhdhpcfabppigjedlenkmleklplflhp
URL Oficial https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp
Descrição Add torrent and magnet links to your Bittorrent client's web interface.
Tamanho do Arquivo 65.38 KB
Contagem de Instalações 3,000
Versão Atual 0.2.15
Última Atualização 2021-03-07
Data de Publicação 2019-08-21
Classificação 4.15/5 Total de 26 Avaliações
Desenvolvedor Piperun
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy
Idiomas Suportados en,fi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torrent Clipper",
    "version": "0.2.15",
    "description": "Add torrent and magnet links to your Bittorrent client's web interface.",
    "default_locale": "en",
    "icons": {
        "32": "icon\/default-32.png",
        "48": "icon\/default-48.png",
        "64": "icon\/default-64.png"
    },
    "options_ui": {
        "page": "view\/options.html"
    },
    "browser_action": {
        "default_area": "navbar",
        "theme_icons": [
            {
                "light": "icon\/default-light.svg",
                "dark": "icon\/default.svg",
                "size": 32
            },
            {
                "light": "icon\/default-light.svg",
                "dark": "icon\/default.svg",
                "size": 64
            }
        ]
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "background.html"
    }
}