Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Vad är Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "The official Ads.txt Analyzer Extension by Adnimation".

Tilläggsskärmbilder

screenshot

Ladda ner Ads.txt Analyzer by Adnimation-förlängningens CRX-fil

Ladda ner Ads.txt Analyzer by Adnimation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
Officiell webbadress https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Beskrivning The official Ads.txt Analyzer Extension by Adnimation
Filstorlek 162 KB
Antal Installationer 683
Aktuell Version 1.0.0.1
Senast Uppdaterad 2018-07-11
Publiceringsdatum 2018-07-11
Betyg 4.63/5 Totalt 8 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats http://www.adnimation.com/
Stödda Språk 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
}