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?
In-Page Pop-up Reporter - это расширение Chrome, разработанное Ehsan Akhgari, и его основная функция - "Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.".
Снимки экрана расширения
Скачать файл CRX расширения In-Page Pop-up Reporter
Скачайте файлы расширений In-Page Pop-up Reporter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | In-Page Pop-up Reporter |
ID | dkpphegmeomaffjanagefmejpeebfcmh |
Официальный URL | https://chromewebstore.google.com/detail/in-page-pop-up-reporter/dkpphegmeomaffjanagefmejpeebfcmh |
Описание | Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them. |
Размер файла | 28.03 KB |
Количество установок | 37 |
Текущая Версия | 1.6 |
Последнее Обновление | 2018-03-29 |
Дата публикации | 2018-03-29 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Ehsan Akhgari |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |