Podsluchane.pl

Najnowsze odcinki podcastów Podsluchane.pl w naszej aplikacji Chrome

What is Podsluchane.pl?

Podsluchane.pl is a Chrome extension developed by https://www.podsluchane.pl, and its main feature is "Najnowsze odcinki podcastów Podsluchane.pl w naszej aplikacji Chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download Podsluchane.pl Extension CRX File

Download Podsluchane.pl 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

                        Śledzisz podcasty sieci Podsluchane.pl? Dodatek do Chrome to najszybszy sposób sprawdzenia, czy pojawiły się nowe odcinki. Klikasz ikonkę w pasku przeglądarki i natychmiast wiesz, czy nagraliśmy coś nowego. Miłego korzystania!                    

Extension Basic Information

Name Podsluchane.pl Podsluchane.pl
ID nnmkeokabajieebdbgpfjhjceojopmnh
Official URL https://chromewebstore.google.com/detail/podsluchanepl/nnmkeokabajieebdbgpfjhjceojopmnh
Description Najnowsze odcinki podcastów Podsluchane.pl w naszej aplikacji Chrome
File Size 284 KB
Installation Count 36
Current Version 1.0.3
Last Updated 2019-01-01
Publish Date 2019-01-01
Rating 4.89/5 Total 9 Ratings
Developer https://www.podsluchane.pl
Payment Type free
Extension Website https://www.podsluchane.pl
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Podsluchane.pl",
    "short_name": "Podsluchane.pl",
    "description": "Najnowsze odcinki podcast\u00f3w Podsluchane.pl w naszej aplikacji Chrome",
    "version": "1.0.3",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "https:\/\/www.podsluchane.pl\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/*.png",
        "images\/*.png"
    ]
}