Pikabu Binary Comments

Декодирует комментарии с двоичным кодом и погомагает оные создавать

Pikabu Binary Comments란 무엇입니까?

Pikabu Binary Comments은(는) StGeass에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Декодирует комментарии с двоичным кодом и погомагает оные создавать"입니다.

Pikabu Binary Comments 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension helps decode the comments on pikabu.ru                    

확장 프로그램 기본 정보

이름 Pikabu Binary Comments Pikabu Binary Comments
ID jpoilelplkpolbbohflakdfkbfgkmlog
공식 URL https://chrome.google.com/webstore/detail/pikabu-binary-comments/jpoilelplkpolbbohflakdfkbfgkmlog
설명 Декодирует комментарии с двоичным кодом и погомагает оные создавать
파일 크기 82.99 KB
설치 횟수 580
현재 버전 1.2.4
최근 업데이트 2016-09-07
출시 날짜 2016-09-07
평점 4.85/5 총 66 개의 평점
개발자 StGeass
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}