T-Ad Identifier

Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts.

T-Ad Identifier क्या है?

T-Ad Identifier qlumbusdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts."।

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

screenshot

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

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

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

                        What does the extension do?
Checks a web page for embedded taboola Ads, highlights them, retrieves links to the companies/organizations and also provides a link to a search for Twitter accounts.

How does the extension do this?
It basically looks for specific classes in the HTML code, extracts urls and the names of companies/organizations from specific classes. Based on these information it dynamically generates the links mentioned above.

Why is this extension being developed?
To support the Sleeping Giants initiative: https://twitter.com/slpng_giants                    

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

नाम T-Ad Identifier T-Ad Identifier
ID eoelpjffhaennfbhminipkbbjakljomd
आधिकारिक URL https://chromewebstore.google.com/detail/t-ad-identifier/eoelpjffhaennfbhminipkbbjakljomd
विवरण Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts.
फ़ाइल का आकार 25.58 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.0.0.13
अंतिम अपडेट 2017-07-15
प्रकाशन तिथि 2017-07-15
डेवलपर qlumbusdev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T-Ad Identifier",
    "version": "0.0.0.13",
    "short_name": "T-Ad Identifier",
    "description": "Identifies and highlights Taboola Ads. Provides links to advertisers and to searches for respective Twitter accounts.",
    "icons": {
        "19": "icons\/t-19.png",
        "38": "icons\/t-38.png",
        "48": "icons\/t-48.png",
        "96": "icons\/t-96.png",
        "128": "icons\/t-128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/t-48.png",
            "96": "icons\/t-96.png"
        },
        "default_popup": "popup.html",
        "default_title": "T-Ad Identifier",
        "browser_style": true
    },
    "permissions": [
        "tabs",
        ""
    ]
}