Pirate Bay Torrent Search

Search for torrent files with Pirate Bay mirrors in popup

Τι είναι το Pirate Bay Torrent Search;

Το Pirate Bay Torrent Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Utilities For Life, και η κύρια λειτουργία του είναι "Search for torrent files with Pirate Bay mirrors in popup".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Pirate Bay Torrent Search

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

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

                        PirateBay Torrent Search uses a proxy to search on Pirate Bay and display search results without visiting its page.  Click on the torrent download link to download content in your torrent downloader. You can also use clipboard via CTRL+C to copy magnet links.

Features:
1. Quick search
2. No Ads and Free
3. No Data collection

Is the Pirate Bay illegal to use? Is it possible to get arrested for using it?
- Pirating media is only illegal if done for commercial gain.
- Pirating is perfectly legal IF it's for private viewing.
- Read the copyright disclaimers. It's all there.

Pirate Bay Torrent Search is not an official extension. It is not related anyhow to The Pirate Bay owners. It is created by enthusiasts for non-commercial use.                    

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

Όνομα Pirate Bay Torrent Search Pirate Bay Torrent Search
ID odeekopcdhfdnflklmnipkjpcnggcbjc
Επίσημο URL https://chromewebstore.google.com/detail/pirate-bay-torrent-search/odeekopcdhfdnflklmnipkjpcnggcbjc
Περιγραφή Search for torrent files with Pirate Bay mirrors in popup
Μέγεθος Αρχείου 255 KB
Αριθμός Εγκαταστάσεων 1,198
Τρέχουσα Έκδοση 4.0.0.0
Τελευταία Ενημέρωση 2023-02-16
Ημερομηνία Δημοσίευσης 2023-02-15
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Utilities For Life
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://bit.ly/3RYjS6m
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "app.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "proxy",
        "cookies",
        "webRequestAuthProvider",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "4.0.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}