Pirateer

Pirateer is a Chrome Extension that adds IMDb ratings to TV shows and movies on The Pirate Bay

Pirateer क्या है?

Pirateer Gilad Peleg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pirateer is a Chrome Extension that adds IMDb ratings to TV shows and movies on The Pirate Bay"।

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

screenshot
screenshot
screenshot

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

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

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

                        Pirateer shows you IMDB movie ratings and information right on The Pirate 
Bay.

Found yourself browsing Movie or TV-show torrents and wanting to see IMDB movie information about them instead of looking them up?
Now you can.

We stay updated with the latest Piratebay domains.

We bring you the fastest and updated search results right into another easy to use column in The Pirate Bay. You can also see extra movie information and go straight to the relevant IMDB movie page.

Our naming algorithm will daze you. Where others fail to search for movies, we succeed, by analyzing all popular movies/tv-shows and learning how Pirate Bay lists them.

Try us out, we're easy to install, unnoticeable, we don't inject any ads to 3rd party pages, ask for almost no permissions, a prove our abilities before you know it.

Rest assured, after using Pirateer to look up torrents and get item information, you will never understand how you lived without it. 

--------------[ CONTACT US ]--------------
Twitter: https://twitter.com/pirateerIMDB
Source Code: https://github.com/pgilad/Pirateer
Feedback: https://github.com/pgilad/Pirateer/issues
Email: [email protected]

--------------[ PERMISSIONS ]-------------
The permission for "Access Your Data On All Websites" is needed for content script injections. This is how the extension works - it detects whether the page is part of the Piratebay network, and then gets the movie names and retrieves the IMDB information.

Your data/searches will never be shared, and in fact they are only stored locally on your system, and sent to Google Analytics for general usage tracking (always anonymous).

We respect your privacy and will never track/record or share any of your information.                    

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

नाम Pirateer Pirateer
ID dleipnbkaniagkflpbhloiadkdooaacd
आधिकारिक URL https://chromewebstore.google.com/detail/pirateer/dleipnbkaniagkflpbhloiadkdooaacd
विवरण Pirateer is a Chrome Extension that adds IMDb ratings to TV shows and movies on The Pirate Bay
फ़ाइल का आकार 268 KB
स्थापना संख्या 124
वर्तमान संस्करण 0.7.1
अंतिम अपडेट 2017-05-27
प्रकाशन तिथि 2017-05-27
रेटिंग 4.19/5 कुल 21 रेटिंग्स
डेवलपर Gilad Peleg
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pgilad/Pirateer
सहायता पृष्ठ URL https://github.com/pgilad/Pirateer/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pirateer",
    "version": "0.7.1",
    "manifest_version": 2,
    "author": "Gilad Peleg",
    "description": "Pirateer is a Chrome Extension that adds IMDb ratings to TV shows and movies on The Pirate Bay",
    "icons": {
        "16": "img\/icon_16x16.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "permissions": [
        "http:\/\/www.imdb.com\/*",
        "http:\/\/p.media-imdb.com\/static*",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/thepiratebay.*\/*",
                "*:\/\/www.imdb.com\/title\/tt*",
                "*:\/\/bayproxy.me\/*",
                "*:\/\/pirateproxy.se\/*",
                "*:\/\/piratebaybyproxy.com\/*",
                "*:\/\/tpb.ic0nic.de\/*",
                "*:\/\/tpb.unblocked.co\/*",
                "*:\/\/tpb.so\/*",
                "*:\/\/bayproxy.nl\/*"
            ],
            "exclude_globs": [
                "*:\/\/thepiratebay.*\/",
                "*:\/\/*top",
                "*:\/\/*browse",
                "*:\/\/*browse\/4*",
                "*:\/\/*browse\/3*",
                "*:\/\/*browse\/1*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/vendor\/jquery-2.0.3.min.map",
        "img\/icon_19x19.png"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "page_action": {
        "default_icon": {
            "19": "img\/icon_19x19.png",
            "38": "img\/icon_38x38.png"
        },
        "default_title": "Pirateer Movie Ratings"
    }
}