Add to Kinopio

Collect and connect your thoughts

What is Add to Kinopio?

Add to Kinopio is a Chrome extension developed by Kinopio, and its main feature is "Collect and connect your thoughts".

Extension Screenshots

screenshot

Download Add to Kinopio Extension CRX File

Download Add to Kinopio 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

                        Quickly add cards to your Kinopio inbox wherever you are                    

Extension Basic Information

Name Add to Kinopio Add to Kinopio
ID hodmmkfpchpgmaemlicohlkiigpejakn
Official URL https://chromewebstore.google.com/detail/add-to-kinopio/hodmmkfpchpgmaemlicohlkiigpejakn
Description Collect and connect your thoughts
File Size 41.78 KB
Installation Count 304
Current Version 3.0
Last Updated 2023-03-17
Publish Date 2022-03-17
Rating 5.00/5 Total 2 Ratings
Developer Kinopio
Email [email protected]
Payment Type free
Extension Website https://kinopio.club
Help Page URL https://help.kinopio.club
Privacy Policy Page URL https://help.kinopio.club/posts/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Kinopio",
    "description": "Collect and connect your thoughts",
    "homepage_url": "https:\/\/kinopio.club",
    "version": "3.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_title": "Add to Kinopio",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/kinopio.club\/",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src-elem 'self'; script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/api.kinopio.club\/' 'https:\/\/kinopio.club\/'; object-src 'self'"
    }
}