Ads.txt Checker

With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up

Ads.txt Checker क्या है?

Ads.txt Checker https://llamadaoculta.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up"।

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

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

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

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

                        With Ads.txt Checker you can find out if a site is using an ads.txt file and by simply clicking the icon have all the Authorized Digital Sellers presented in a pop up.

As mention in the IAB website, ads.txt initiative specifies a mechanism for publishers to list their authorized digital sellers, in order to fight against fraud and misrepresented domains.                    

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

नाम Ads.txt Checker Ads.txt Checker
ID bjddoinjnabgbnloplmjdfdcdlefdbhj
आधिकारिक URL https://chromewebstore.google.com/detail/adstxt-checker/bjddoinjnabgbnloplmjdfdcdlefdbhj
विवरण With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up
फ़ाइल का आकार 154 KB
स्थापना संख्या 907
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2019-10-02
प्रकाशन तिथि 2019-09-29
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://llamadaoculta.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads.txt Checker",
    "short_name": "Ads.txt Checker",
    "description": "With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up",
    "version": "0.0.3",
    "manifest_version": 2,
    "author": "Yuttasat Pollok ",
    "icons": {
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Ads.txt Checker"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}