Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Ads.txt Analyzer by Adnimation란 무엇입니까?

Ads.txt Analyzer by Adnimation은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official Ads.txt Analyzer Extension by Adnimation"입니다.

확장 프로그램 스크린샷

screenshot

Ads.txt Analyzer by Adnimation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}