Pikabu Binary Comments

Pikabu Binary Comments

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

Additional files are visible only to premium users

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"
      ]
    }
  ]
}