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ファイルをダウンロード

Ads.txt Analyzer by Adnimation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}