Gazelle Snatched

Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers.

Gazelle Snatched क्या है?

Gazelle Snatched Mordred द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gazelle Snatched एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Default style description:
Uploaded torrents are green.
Snatched torrents are orange.
Currently leeching torrents are red.
Seeding torrents are italicized.
Snatched/Uploaded torrents you are not currently seeding have a strikethrough.
Torrent groups you've already downloaded are bold and underlined.

Instructions:
After the script has been installed it will start working automatically. Every 20 minutes the script will check your torrent pages to see if anything has changed and update your torrents accordingly. At times you might want to Reset your snatched or perform a full update (without resetting). On Firefox these option will appear in the Greasemonkey menu. To do this on Chrome, go to any torrents.php page and the dialog should appear to allow you to click on the links.

The status box will ALWAYS appear when you go to any torrents.php page. There are a number of options available. Click on the "Options" link to check them out.

For updates, and more information see the official thread here: https://redacted.ch/forums.php?action=viewthread&threadid=4082                    

एक्सटेंशन की मूल जानकारी

नाम Gazelle Snatched Gazelle Snatched
ID lobkjdlbepleddkoepdajiaognkpnigc
आधिकारिक URL https://chromewebstore.google.com/detail/gazelle-snatched/lobkjdlbepleddkoepdajiaognkpnigc
विवरण Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers.
फ़ाइल का आकार 68.62 KB
स्थापना संख्या 347
वर्तमान संस्करण 2.4.2
अंतिम अपडेट 2018-12-16
प्रकाशन तिथि 2018-12-16
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Mordred
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gazelle Snatched",
    "short_name": "GazelleSnatched",
    "version": "2.4.2",
    "description": "Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notwhat.cd\/*",
                "https:\/\/*.redacted.ch\/*",
                "https:\/\/*.orpheus.network\/*"
            ],
            "js": [
                "js\/chrome-promise.js",
                "js\/jquery.js",
                "js\/gazelle_snatched_content.js"
            ],
            "css": [
                "css\/custom.css"
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "storage",
        "https:\/\/*.apollo.rip\/*",
        "https:\/\/*.notwhat.cd\/*",
        "https:\/\/*.passtheheadphones.me\/*",
        "https:\/\/*.xanax.rip\/*"
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_name": "Gazelle Snatched",
        "default_title": "Gazelle Snatched"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*"
    ]
}