PB - доступ из RU

Свободный доступ на PiratBit для граждан РОССИИ

What is PB - доступ из RU?

PB - доступ из RU is a Chrome extension developed by PiratBit, and its main feature is "Свободный доступ на PiratBit для граждан РОССИИ".

Extension Screenshots

screenshot

Download PB - доступ из RU Extension CRX File

Download PB - доступ из RU 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

                        Расширение предназначено для доступа к сайту https://piratbit.org и https://pb.wtf . Все что от вас требуется - установить. Дальше можете пользоваться сайтом как делали это раньше.

https:// вводите обязательно перед адресом иначе будет 403 forbidden

https://pb.wtf (правильно)
http://pb.wtf (не правильно будет 403 forbidden)                    

Extension Basic Information

Name PB - доступ из RU PB - доступ из RU
ID aopjalhdfmoibmpcfgnfakhinbeeohkp
Official URL https://chromewebstore.google.com/detail/pb-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF-%D0%B8%D0%B7-ru/aopjalhdfmoibmpcfgnfakhinbeeohkp
Description Свободный доступ на PiratBit для граждан РОССИИ
File Size 96.16 KB
Installation Count 10,905
Current Version 1.0.12
Last Updated 2021-06-17
Publish Date 2021-06-17
Rating 5.00/5 Total 3 Ratings
Developer PiratBit
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pic1.kartinco.top/policy.html
Supported Languages ru
manifest.json
{
    "author": "PiratBit",
    "background": {
        "persistent": true,
        "scripts": [
            "background.static.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/piratbit19.png",
            "38": "assets\/piratbit38.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u0414\u043e\u0441\u0442\u0443\u043f \u043d\u0430 PiratBit"
    },
    "content_scripts": [
        {
            "css": [
                "notification.css"
            ],
            "js": [
                "notifications.js"
            ],
            "matches": [
                "*:\/\/pb.wtf\/*",
                "*:\/\/piratbit.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043d\u0430 PiratBit \u0434\u043b\u044f \u0433\u0440\u0430\u0436\u0434\u0430\u043d \u0420\u041e\u0421\u0421\u0418\u0418",
    "icons": {
        "128": "assets\/piratbit128.png",
        "16": "assets\/piratbit16.png",
        "48": "assets\/piratbit48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAog2WOlIHs9RRKzd7o3ijOFrSTxmR\/7dcnOuBo4OzJLDoOfuPQT\/0JhhAU69pDdFaKd5i2dVBRZtKo\/n419LSlic9ujcn9IUINb2b4pAtePKCUswLq5ML00w416nH6F6j62Ei0ThIzp0jEoaJWeg9Ov8tM+sjSNhnF24x45QH461uUbo+UzvymkjP0JUOi4T+Yu0X0CsyCQuENAjacPBL7W5z2zrGiwdDiUT7r+5bPgVCaE0tuAqwkUstDyrXZkOJlyiEjBjeKZXVfGkjLTwugCnWcENM2pb2dKxwG45QNrwBBNLM257Pkr3gBfeJuLKQ6JcDp2Y+9IOQLbzXVX7hnwIDAQAB",
    "manifest_version": 2,
    "name": "PB - \u0434\u043e\u0441\u0442\u0443\u043f \u0438\u0437 RU",
    "permissions": [
        "proxy",
        "activeTab",
        "browsingData"
    ],
    "short_name": "PiratBit",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12"
}