Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Ads.txt Analyzer by Adnimation क्या है?

Ads.txt Analyzer by Adnimation Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official Ads.txt Analyzer Extension by Adnimation"।

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

screenshot

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

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

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

                        The official Ads.txt Analyzer Extension by Adnimation, providing users easy one-click access to the ads.txt file of any website without leaving the site.                    

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

नाम Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
आधिकारिक URL https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
विवरण The official Ads.txt Analyzer Extension by Adnimation
फ़ाइल का आकार 162 KB
स्थापना संख्या 683
वर्तमान संस्करण 1.0.0.1
अंतिम अपडेट 2018-07-11
प्रकाशन तिथि 2018-07-11
रेटिंग 4.63/5 कुल 8 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.adnimation.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads.txt Analyzer by Adnimation",
    "short_name": "AABA",
    "description": "The official Ads.txt Analyzer Extension by Adnimation",
    "version": "1.0.0.1",
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Ads.txt Analyzer by Adnimation",
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}