PB - доступ из RU
Свободный доступ на PiratBit для граждан РОССИИ
Cos'è PB - доступ из RU?
PB - доступ из RU è un'estensione di Chrome sviluppata da PiratBit, e la sua funzione principale è "Свободный доступ на PiratBit для граждан РОССИИ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PB - доступ из RU
Scarica i file di estensione PB - доступ из RU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Расширение предназначено для доступа к сайту https://piratbit.org и https://pb.wtf . Все что от вас требуется - установить. Дальше можете пользоваться сайтом как делали это раньше. https:// вводите обязательно перед адресом иначе будет 403 forbidden https://pb.wtf (правильно) http://pb.wtf (не правильно будет 403 forbidden)
Informazioni di Base sull'Estensione
Nome | |
ID | aopjalhdfmoibmpcfgnfakhinbeeohkp |
URL Ufficiale | https://chromewebstore.google.com/detail/pb-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF-%D0%B8%D0%B7-ru/aopjalhdfmoibmpcfgnfakhinbeeohkp |
Descrizione | Свободный доступ на PiratBit для граждан РОССИИ |
Dimensione del File | 96.16 KB |
Conteggio Installazioni | 10,905 |
Versione Corrente | 1.0.12 |
Ultimo Aggiornamento | 2021-06-17 |
Data di Pubblicazione | 2021-06-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | PiratBit |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://pic1.kartinco.top/policy.html |
Lingue Supportate | 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" } |