Torrent Links for Episode Calendar

Almost instant magnet links, uses torrent sites to find links based on your preferences.

Τι είναι το Torrent Links for Episode Calendar;

Το Torrent Links for Episode Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kraggle-sites, και η κύρια λειτουργία του είναι "Almost instant magnet links, uses torrent sites to find links based on your preferences.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Torrent Links for Episode Calendar

Λήψη αρχείων επέκτασης Torrent Links for Episode Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This will give you magnet links for each episode on Episode Calendar, with options to get the links for different qualities, you can also download all unwatched. 
The links show on the Calendar, the Unwatched page and the the Show overview. 
It's tidy and easy to use and takes away the tediousness of searching for each episode individually .
It also includes options for HEVC and, if the proxy sites are not working anymore, the list is editable by you, meaning, you won't have to wait for an update.
You also have the option for it to mark the episode as watched after it has given you the link.
Please ensure your torrent software is open before you click to download all.

If you have any suggestions for other sites to add this too, feel free to let me know :)

UPDATE: 
Version 1.0 - This has had to change the way the extension works, all calls for the links have been moved to the background script as chrome no longer allows this in the foreground. Also this version adds queues to the downloads instead of downloading them all at once, also because of the way chrome has changed.
Version 1.1 - Removes the need to add your own proxies, it now collects them automatically.
Version 1.3 - Changes yet again as Chrome has changed a lot of their rules, such as the dialogue popping up every time you want to open a magnet link. This update adds a queue that you have to manually continue. My apologies but it appears to be the only way to bypass this.
Version 1.4 - Now adds the option to use the newly replaced option to allow links to be opened automatically again, allowing you to download in bulk.
Version 1.6 - Moved away from ETTV as they were down for a while, now we are using Zooqle, it's faster too as they have the magnet links there on the search result table.
Version 1.8 - Now using an API which uses a few torrent sites for the links. There may be still be a few bugs going forward but I will try to keep on top of them.
Version 1.8.1 - Had to remove the link to Episode Calendar from clicking the extensions icon. As this is no longer permitted.
Version 1.9.0 - The place I was getting the torrents from changed the url, this has now been fixed. Also updated to manifest v3.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Torrent Links for Episode Calendar Torrent Links for Episode Calendar
ID lgondckbinicmbheammlfomhpdginegm
Επίσημο URL https://chromewebstore.google.com/detail/torrent-links-for-episode/lgondckbinicmbheammlfomhpdginegm
Περιγραφή Almost instant magnet links, uses torrent sites to find links based on your preferences.
Μέγεθος Αρχείου 220 KB
Αριθμός Εγκαταστάσεων 308
Τρέχουσα Έκδοση 1.9.0
Τελευταία Ενημέρωση 2023-03-19
Ημερομηνία Δημοσίευσης 2020-02-01
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Kraggle-sites
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Torrent Links for Episode Calendar",
    "version": "1.9.0",
    "description": "Almost instant magnet links, uses torrent sites to find links based on your preferences.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/oneom.one\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "matches": [
                "https:\/\/episodecalendar.com\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "resources\/ERASMD.TTF"
            ],
            "matches": [
                "https:\/\/episodecalendar.com\/*",
                "https:\/\/oneom.one\/*"
            ]
        }
    ],
    "manifest_version": 3
}