WebExtension.net
WebExtension.net

PoziTone module for Sovyatnik

View on Chrome Web Store
View PoziTone module for Sovyatnik Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

New features of Sovyatnik: audio summary info notifications, easy player control, listened-to audio summaries list.
Type
Extension
Users
3 users
PoziWorld
View author page of PoziWorld
Published
Published on April 4, 2016
Version 0.3.2
Manifest version
2
Updated
Updated on February 8, 2020
View on Chrome Web Store
View PoziTone module for Sovyatnik Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en_US",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.3.2",
    "short_name": "PTM sovyatnik.ru",
    "author": "PoziWorld",
    "homepage_url": "https:\/\/pozitone.com\/",
    "icons": {
        "16": "modules\/ru_sovyatnik\/img\/sovyatnik-logo-16.png",
        "48": "modules\/ru_sovyatnik\/img\/sovyatnik-logo-48.png",
        "128": "modules\/ru_sovyatnik\/img\/sovyatnik-logo-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.sovyatnik.ru\/summary\/index\/*",
                "*:\/\/*.w.soundcloud.com\/*"
            ],
            "js": [
                "modules\/ru_sovyatnik\/js\/api.js",
                "global\/js\/bowser.js",
                "global\/js\/const.js",
                "global\/js\/utils.js",
                "global\/js\/pozitone-module-sdk.js",
                "modules\/ru_sovyatnik\/js\/page-watcher.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "global\/js\/bowser.js",
            "global\/js\/const.js",
            "global\/js\/utils.js",
            "global\/js\/background.js",
            "global\/js\/pozitone-module-sdk.js"
        ]
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top