Plente

Wtyczka dla użytkowników plente.com

What is Plente?

Plente is a Chrome extension developed by https://plente.com, and its main feature is "Wtyczka dla użytkowników plente.com".

Extension Screenshots

screenshot

Download Plente Extension CRX File

Download Plente extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Wtyczka Planet Plus ma na celu pomóc użytkownikowi w uzyskaniu najwyższego Cashbacku. Wtyczka jest i będzie zawsze darmowa! 

Polityka Prywatności - https://pl.plente.com/polityka-prywatnosci-rodo                    

Extension Basic Information

Name Plente Plente
ID ekaadehifmepgdaadnfnlmamfiefcilb
Official URL https://chromewebstore.google.com/detail/plente/ekaadehifmepgdaadnfnlmamfiefcilb
Description Wtyczka dla użytkowników plente.com
File Size 2.85 MB
Installation Count 2,250
Current Version 3.1.0
Last Updated 2022-09-06
Publish Date 2021-06-15
Rating 2.26/5 Total 19 Ratings
Developer https://plente.com
Email [email protected]
Payment Type free
Extension Website https://pl.plente.com
Help Page URL https://pl.plente.com/polityka-prywatnosci-rodo
Privacy Policy Page URL https://pl.plente.com/formalnosci/polityka-prywatnosci-6
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plente",
    "short_name": "plente",
    "version": "3.1.0",
    "description": "Wtyczka dla u\u017cytkownik\u00f3w plente.com",
    "browser_action": {
        "default_title": "Plente",
        "default_popup": "pages\/popup.html",
        "default_icon": "assets\/logo.png"
    },
    "author": "Plente",
    "background": {
        "page": "pages\/background.html"
    },
    "homepage_url": "https:\/\/plente.com\/",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "pages\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/*",
        "icons\/*"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*",
        "storage"
    ],
    "minimum_chrome_version": "60",
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo128.png"
    }
}