1337 enhancer

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

Qu'est-ce que 1337 enhancer ?

1337 enhancer est une extension Chrome développée par Rishav Rungta, et sa fonction principale est "A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 1337 enhancer

Téléchargez les fichiers d'extension 1337 enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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...                    

Informations de Base sur l'Extension

Nom 1337 enhancer 1337 enhancer
ID kifnljdeoikhjhjbkkjhoaehfbaldbmb
URL Officiel https://chromewebstore.google.com/detail/1337-enhancer/kifnljdeoikhjhjbkkjhoaehfbaldbmb
Description A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites
Taille du Fichier 18.8 KB
Nombre d'Installations 914
Version Actuelle 2.6.1
Dernière Mise à Jour 2020-12-19
Date de Publication 2020-12-15
Évaluation 4.14/5 Total 7 Évaluations
Développeur Rishav Rungta
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rishav394/1337-enhancer
URL de la Page d'Aide https://github.com/rishav394/1337-enhancer/issues
Langues Prises en Charge 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"
        ]
    }
}