Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "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:\/\/*\/*" ] } ] }