PiratBit - доступ из RUS
Свободный доступ на PiratBit для граждан РОССИИ
Wat is PiratBit - доступ из RUS?
PiratBit - доступ из RUS is een Chrome-extensie ontwikkeld door https://pb.wtf, en de belangrijkste functie is "Свободный доступ на PiratBit для граждан РОССИИ".
Extensie Screenshots
Download het CRX-bestand van de extensie PiratBit - доступ из RUS
Download PiratBit - доступ из RUS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение предназначено для доступа к сайту https://piratbit.org и https://pb.wtf . Все что от вас требуется - установить. Дальше можете пользоваться сайтом как делали это раньше. https:// вводите обязательно перед адресом иначе будет 403 forbidden https://pb.wtf (правильно) http://pb.wtf (не правильно будет 403 forbidden)
Basisinformatie over de Extensie
Naam | |
ID | nehikipidcphpocdgbklikfgdnmakpdn |
Officiële URL | https://chromewebstore.google.com/detail/piratbit-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF-%D0%B8%D0%B7-rus/nehikipidcphpocdgbklikfgdnmakpdn |
Beschrijving | Свободный доступ на PiratBit для граждан РОССИИ |
Bestandsgrootte | 92.68 KB |
Aantal Installaties | 34,541 |
Huidige Versie | 1.0.11 |
Laatst Bijgewerkt | 2019-10-03 |
Publicatiedatum | 2019-10-02 |
Beoordeling | 4.00/5 Totaal 23 Beoordelingen |
Ontwikkelaar | https://pb.wtf |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tlgrm.biz/piratbit_official |
URL van de Privacybeleid Pagina | https://pic1.kartinco.top/policy.html |
Ondersteunde Talen | 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" }, "manifest_version": 2, "name": "PiratBit - \u0434\u043e\u0441\u0442\u0443\u043f \u0438\u0437 RUS", "permissions": [ "proxy", "activeTab", "browsingData" ], "short_name": "PiratBit", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.11" } |