Pikabu Binary Comments

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

Cos'è Pikabu Binary Comments?

Pikabu Binary Comments è un'estensione di Chrome sviluppata da StGeass, e la sua funzione principale è "Декодирует комментарии с двоичным кодом и погомагает оные создавать".

Scarica il file CRX dell'estensione Pikabu Binary Comments

Scarica i file di estensione Pikabu Binary Comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension helps decode the comments on pikabu.ru                    

Informazioni di Base sull'Estensione

Nome Pikabu Binary Comments Pikabu Binary Comments
ID jpoilelplkpolbbohflakdfkbfgkmlog
URL Ufficiale https://chrome.google.com/webstore/detail/pikabu-binary-comments/jpoilelplkpolbbohflakdfkbfgkmlog
Descrizione Декодирует комментарии с двоичным кодом и погомагает оные создавать
Dimensione del File 82.99 KB
Conteggio Installazioni 580
Versione Corrente 1.2.4
Ultimo Aggiornamento 2016-09-07
Data di Pubblicazione 2016-09-07
Valutazione 4.85/5 Totale 66 Valutazioni
Sviluppatore StGeass
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}