Site Audit Extension

Extension for site Audit.

Site Audit Extensionとは何ですか?

Site Audit ExtensionはAdpushupによって開発されたChromeの拡張機能で、その主な機能は「Extension for site Audit.」です。

拡張機能のスクリーンショット

screenshot

Site Audit Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is for internal usage of the company, it helps the operations team to analyse the setting on the publisher's website and get page configuration which can be fetched manually. It helps operations team for extracting the information automatically than doing it manually.

Test this on https://www.javatpoint.com/math without any adblockers                    

拡張機能の基本情報

名前 Site Audit Extension Site Audit Extension
ID komkgjgoffjlpldfpdloocnmphefkfji
公式URL https://chromewebstore.google.com/detail/site-audit-extension/komkgjgoffjlpldfpdloocnmphefkfji
説明 Extension for site Audit.
ファイルサイズ 76.67 KB
インストール数 180
現在のバージョン 1.2
最終更新日 2022-09-02
公開日 2022-08-31
評価 5.00/5 合計 1 レビュー
開発者 Adpushup
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Audit Extension",
    "description": "Extension for site Audit.",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/32x32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "dist\/content\/prebid.content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "dist\/content\/gpt.content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "dist\/content\/other.content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "dist\/web-accessible\/prebid.web.js",
                "dist\/web-accessible\/gpt.web.js"
            ]
        }
    ],
    "icons": {
        "32": "\/icons\/32x32.png"
    }
}