1337 enhancer
A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites
1337 enhancer क्या है?
1337 enhancer Rishav Rungta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A zero dependency chrome extension for enhancing your user experience on 1337x torrent sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 1337 enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } } |