PiratBit - доступ из RUS
Свободный доступ на PiratBit для граждан РОССИИ
What is PiratBit - доступ из RUS?
PiratBit - доступ из RUS is a Chrome extension developed by https://pb.wtf, and its main feature is "Свободный доступ на PiratBit для граждан РОССИИ".
Extension Screenshots
Download PiratBit - доступ из RUS Extension CRX File
Download PiratBit - доступ из RUS 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 | |
ID | nehikipidcphpocdgbklikfgdnmakpdn |
Official 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 |
Description | Свободный доступ на PiratBit для граждан РОССИИ |
File Size | 92.68 KB |
Installation Count | 34,541 |
Current Version | 1.0.11 |
Last Updated | 2019-10-03 |
Publish Date | 2019-10-02 |
Rating | 4.00/5 Total 23 Ratings |
Developer | https://pb.wtf |
[email protected] | |
Payment Type | free |
Extension Website | https://tlgrm.biz/piratbit_official |
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" }, "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" } |