Ad Inspector

Shows ad parameters from ads on the current page

Ad Inspector क्या है?

Ad Inspector Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows ad parameters from ads on the current page"।

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

screenshot

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

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

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

                        This Chrome extension can be used to inspect ad calls. The following ad types are supported: AOL Display Ads, Yellow Pages beacon calls, CityGrid, and Yext.                    

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

नाम Ad Inspector Ad Inspector
ID ghelmogfoibcfahajebncoldbnipaoni
आधिकारिक URL https://chromewebstore.google.com/detail/ad-inspector/ghelmogfoibcfahajebncoldbnipaoni
विवरण Shows ad parameters from ads on the current page
फ़ाइल का आकार 33.09 KB
स्थापना संख्या 78
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2016-06-01
प्रकाशन तिथि 2016-06-01
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pianosnake/ad-inspector
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Inspector",
    "version": "2.0.2",
    "manifest_version": 2,
    "author": "Florin Alexandrescu",
    "description": "Shows ad parameters from ads on the current page",
    "devtools_page": "devtools.html",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}