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.

Qu'est-ce que In-Page Pop-up Reporter ?

In-Page Pop-up Reporter est une extension Chrome développée par Ehsan Akhgari, et sa fonction principale est "Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension In-Page Pop-up Reporter

Téléchargez les fichiers d'extension In-Page Pop-up Reporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom In-Page Pop-up Reporter In-Page Pop-up Reporter
ID dkpphegmeomaffjanagefmejpeebfcmh
URL Officiel https://chromewebstore.google.com/detail/in-page-pop-up-reporter/dkpphegmeomaffjanagefmejpeebfcmh
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.
Taille du Fichier 28.03 KB
Nombre d'Installations 37
Version Actuelle 1.6
Dernière Mise à Jour 2018-03-29
Date de Publication 2018-03-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ehsan Akhgari
Type de Paiement free
Langues Prises en Charge 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"
    }
}