AboutTheArtists Tags On IMDB

This extension adds links to the AboutTheArtists.com profile page for actors in IMDB.com cast lists.

AboutTheArtists Tags On IMDB क्या है?

AboutTheArtists Tags On IMDB https://www.abouttheartists.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds links to the AboutTheArtists.com profile page for actors in IMDB.com cast lists."।

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

screenshot
screenshot

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

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

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

                        Want to know where you've seen that actor before? Maybe it was on stage.

When browsing IMDB.com cast lists, this extension adds a blue "a" link next to the name of any actor that has a theatre credits listed on AboutTheArtists.com. Clicking that link will open that artist's AboutTheArtists.com profile page in a new tab.

When logged in to AboutTheArtists.com, this extension also allows you to search for and tag the AtA profile for a IMDb actor directly from the IMDb cast list. 

A blue "a" provide a link to the AtA profile associated with that artist.

A green circle indicates that there is no AtA profile associated with that IMDb actor. Click on it, and we'll search the AtA database for matching names, and, if it's the same person, mark it the database.

A yellow circle means there's no match, and someone has already searched our database and either couldn't find a match, or wasn't sure if the artists found were actually the same person. Click the circle and you can check for yourself.

AboutTheArtists.com is the world's largest database of live theatre credits.                    

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

नाम AboutTheArtists Tags On IMDB AboutTheArtists Tags On IMDB
ID maifpikceigobenmijgifkhhlngkhmbe
आधिकारिक URL https://chromewebstore.google.com/detail/abouttheartists-tags-on-i/maifpikceigobenmijgifkhhlngkhmbe
विवरण This extension adds links to the AboutTheArtists.com profile page for actors in IMDB.com cast lists.
फ़ाइल का आकार 60.15 KB
स्थापना संख्या 31
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2017-10-20
प्रकाशन तिथि 2017-10-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.abouttheartists.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AboutTheArtists Tags On IMDB",
    "description": "This extension adds links to the AboutTheArtists.com profile page for actors in IMDB.com cast lists.",
    "version": "0.0.6",
    "page_action": {
        "default_title": "AboutTheArtists Profile Connector",
        "default_icon": {
            "32": "images\/icon-32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon-64.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/www.abouttheartists.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.imdb.com\/title\/*",
                "*:\/\/www.imdb.com\/name\/nm*"
            ],
            "css": [
                "imdb.css"
            ],
            "js": [
                "jquery-2.2.1.min.js",
                "bullseye.min.js",
                "index.js"
            ]
        }
    ]
}