PB - доступ из RU

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

Qu'est-ce que PB - доступ из RU ?

PB - доступ из RU est une extension Chrome développée par PiratBit, et sa fonction principale est "Свободный доступ на PiratBit для граждан РОССИИ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PB - доступ из RU

Téléchargez les fichiers d'extension PB - доступ из RU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom PB - доступ из RU PB - доступ из RU
ID aopjalhdfmoibmpcfgnfakhinbeeohkp
URL Officiel 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 для граждан РОССИИ
Taille du Fichier 96.16 KB
Nombre d'Installations 10,905
Version Actuelle 1.0.12
Dernière Mise à Jour 2021-06-17
Date de Publication 2021-06-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur PiratBit
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pic1.kartinco.top/policy.html
Langues Prises en Charge 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"
}