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 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."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में In-Page Pop-up Reporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}