WebExtension.net
WebExtension.net

PasterPlus

View on Chrome Web Store
View PasterPlus Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Quickly copy and paste your favorite symbols, emojis, or phrases with ease
Type
Extension
Users
11 users
1
Website diditupe.dev
ksucpea
View author page of ksucpea
Published
Published on December 19, 2023
Version 1.0.0
Manifest version
3
Updated
Updated on December 19, 2023
View on Chrome Web Store
View PasterPlus Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PasterPlus",
    "description": "Quickly copy and paste your favorite symbols, emojis, or phrases with ease",
    "version": "1.0.0",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/Rubik.ttf"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}
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