Pikabu Binary Comments
Декодирует комментарии с двоичным кодом и погомагает оные создавать
What is Pikabu Binary Comments?
Pikabu Binary Comments is a Chrome extension developed by StGeass, and its main feature is "Декодирует комментарии с двоичным кодом и погомагает оные создавать".
Download Pikabu Binary Comments Extension CRX File
Download Pikabu Binary Comments 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
This extension helps decode the comments on pikabu.ru
Extension Basic Information
Name | |
ID | jpoilelplkpolbbohflakdfkbfgkmlog |
Official URL | https://chrome.google.com/webstore/detail/pikabu-binary-comments/jpoilelplkpolbbohflakdfkbfgkmlog |
Description | Декодирует комментарии с двоичным кодом и погомагает оные создавать |
File Size | 82.99 KB |
Installation Count | 580 |
Current Version | 1.2.4 |
Last Updated | 2016-09-07 |
Publish Date | 2016-09-07 |
Rating | 4.85/5 Total 66 Ratings |
Developer | StGeass |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "PikabuBinaryComments", "description": "__MSG_app_description__", "version": "1.2.4", "default_locale": "ru", "permissions": [ "tabs", "storage", "activeTab", "http:\/\/pikabu.ru\/story\/*", "https:\/\/pikabu.ru\/story\/*", "http:\/\/m.pikabu.ru\/story\/*", "https:\/\/m.pikabu.ru\/story\/*", "http:\/\/pikabu.ru\/commented.php*", "http:\/\/pikabu.ru\/freshitems.php*" ], "background": { "persistent": false, "scripts": [ "scripts\/background.bundle.js" ] }, "icons": { "16": "images\/logo_enabled.png", "48": "images\/logo_enabled.png", "128": "images\/logo_enabled.png" }, "browser_action": { "default_icon": "images\/logo_enabled.png", "default_title": "__MSG_browser_action__" }, "content_scripts": [ { "matches": [ "http:\/\/pikabu.ru\/story\/*", "https:\/\/pikabu.ru\/story\/*", "http:\/\/m.pikabu.ru\/story\/*", "https:\/\/m.pikabu.ru\/story\/*", "http:\/\/pikabu.ru\/commented.php*", "http:\/\/pikabu.ru\/freshitems.php*" ], "css": [ "styles\/styles.css" ] } ] } |