Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Hvad er Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "The official Ads.txt Analyzer Extension by Adnimation".

Udvidelsesskærmbilleder

screenshot

Download Ads.txt Analyzer by Adnimation-udvidelses-CRX-fil

Download Ads.txt Analyzer by Adnimation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
Officiel URL https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Beskrivelse The official Ads.txt Analyzer Extension by Adnimation
Filstørrelse 162 KB
Antal Installationer 683
Nuværende Version 1.0.0.1
Senest Opdateret 2018-07-11
Udgivelsesdato 2018-07-11
Bedømmelse 4.63/5 Samlet 8 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted http://www.adnimation.com/
Understøttede Sprog 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
}