Piratebay Proxy

A Hello world extension!

What is Piratebay Proxy?

Piratebay Proxy is a Chrome extension developed by ialexies, and its main feature is "A Hello world extension!".

Extension Screenshots

screenshot

Download Piratebay Proxy Extension CRX File

Download Piratebay Proxy 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

                        Piratebay mirror sites                    

Extension Basic Information

Name Piratebay Proxy Piratebay Proxy
ID njccndclagohbcflongccmaicfkdkadc
Official URL https://chromewebstore.google.com/detail/piratebay-proxy/njccndclagohbcflongccmaicfkdkadc
Description A Hello world extension!
File Size 10.72 KB
Installation Count 10
Current Version 1.0
Last Updated 2019-10-08
Publish Date 2019-10-06
Developer ialexies
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Piratebay Proxy",
    "version": "1.0",
    "description": "A Hello world extension!",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "piratemirror.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/pbmirror.pinoyflutterdev.com\/"
    ]
}