1337 enhancer

A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites

1337 enhancer란 무엇입니까?

1337 enhancer은(는) Rishav Rungta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

1337 enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension enhances the over all user experience in 1337x sites.

Features:
1. Allows sorting the table based on Seeds, Leech, Size and uploader.
2. Allows batch copying magnet links.
3. Adds a new column to the table with the magnet link to the torrent.
4. Adds the screens from the torrent description to a popup on hovering.
5. Many more...                    

확장 프로그램 기본 정보

이름 1337 enhancer 1337 enhancer
ID kifnljdeoikhjhjbkkjhoaehfbaldbmb
공식 URL https://chromewebstore.google.com/detail/1337-enhancer/kifnljdeoikhjhjbkkjhoaehfbaldbmb
설명 A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites
파일 크기 18.8 KB
설치 횟수 914
현재 버전 2.6.1
최근 업데이트 2020-12-19
출시 날짜 2020-12-15
평점 4.14/5 총 7 개의 평점
개발자 Rishav Rungta
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rishav394/1337-enhancer
도움말 페이지 URL https://github.com/rishav394/1337-enhancer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1337 enhancer",
    "version": "2.6.1",
    "description": "A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_ui": {
        "page": "dist\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        "dist\/*.jpg",
        "dist\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/1337.root.yt\/*",
                "*:\/\/1337x.to\/*",
                "*:\/\/1337x.st\/*",
                "*:\/\/x1337x.ws\/*",
                "*:\/\/x1337x.eu\/*",
                "*:\/\/x1337x.se\/*",
                "*:\/\/1337x.is\/*",
                "*:\/\/1337x.gd\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "css": [
                "dist\/content.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "dist\/background.js"
        ],
        "css": [
            "dist\/content.css"
        ]
    }
}