In-Page Pop-up Reporter

Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.

In-Page Pop-up Reporter là gì?

In-Page Pop-up Reporter là một tiện ích mở rộng Chrome được phát triển bởi Ehsan Akhgari, và tính năng chính của nó là "Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng In-Page Pop-up Reporter

Tải xuống các tệp mở rộng In-Page Pop-up Reporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them during your browsing. Mozilla is experimenting with a browser feature to detect such pop-ups automatically and block them.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên In-Page Pop-up Reporter In-Page Pop-up Reporter
ID dkpphegmeomaffjanagefmejpeebfcmh
URL Chính Thức https://chromewebstore.google.com/detail/in-page-pop-up-reporter/dkpphegmeomaffjanagefmejpeebfcmh
Mô tả Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.
Kích Thước Tệp 28.03 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2018-03-29
Ngày Phát Hành 2018-03-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ehsan Akhgari
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "In-Page Pop-up Reporter",
    "version": "1.6",
    "description": "Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.",
    "homepage_url": "https:\/\/github.com\/ehsan\/popup-reporter",
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-64.png",
        "default_title": "In-Page Pop-up Reporter",
        "default_popup": "page\/report.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options_ui\/options.html"
    }
}