Pikabu Binary Comments

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

Wat is Pikabu Binary Comments?

Pikabu Binary Comments is een Chrome-extensie ontwikkeld door StGeass, en de belangrijkste functie is "Декодирует комментарии с двоичным кодом и погомагает оные создавать".

Download het CRX-bestand van de extensie Pikabu Binary Comments

Download Pikabu Binary Comments-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

                        This extension helps decode the comments on pikabu.ru                    

Basisinformatie over de Extensie

Naam Pikabu Binary Comments Pikabu Binary Comments
ID jpoilelplkpolbbohflakdfkbfgkmlog
Officiële URL https://chrome.google.com/webstore/detail/pikabu-binary-comments/jpoilelplkpolbbohflakdfkbfgkmlog
Beschrijving Декодирует комментарии с двоичным кодом и погомагает оные создавать
Bestandsgrootte 82.99 KB
Aantal Installaties 580
Huidige Versie 1.2.4
Laatst Bijgewerkt 2016-09-07
Publicatiedatum 2016-09-07
Beoordeling 4.85/5 Totaal 66 Beoordelingen
Ontwikkelaar StGeass
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}