free-ss.site.copy

copy all SSR to clipboard

What is free-ss.site.copy?

free-ss.site.copy is a Chrome extension developed by LuckyBird, and its main feature is "copy all SSR to clipboard".

Extension Screenshots

screenshot

Download free-ss.site.copy Extension CRX File

Download free-ss.site.copy 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

                        copy data from free-ss.site                    

Extension Basic Information

Name free-ss.site.copy free-ss.site.copy
ID pblcjemnpmmdimlaonmaamijdpmpjleg
Official URL https://chromewebstore.google.com/detail/free-sssitecopy/pblcjemnpmmdimlaonmaamijdpmpjleg
Description copy all SSR to clipboard
File Size 72.92 KB
Installation Count 83
Current Version 1.2
Last Updated 2020-07-01
Publish Date 2020-07-01
Developer LuckyBird
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "free-ss.site.copy",
    "description": "copy all SSR to clipboard",
    "version": "1.2",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/luckyJim-dev\/chrome-extension-for-free-ss.site",
    "permissions": [
        "contextMenus",
        "background",
        "tabs",
        "clipboardWrite",
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/free-ss.site\/"
            ],
            "js": [
                "content\/index.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background\/index.js"
        ]
    },
    "icons": {
        "16": "$assets\/webpack-16.png",
        "32": "$assets\/webpack-32.png",
        "128": "$assets\/webpack-128.png"
    }
}