Possedex

Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !

Что такое Possedex?

Possedex - это расширение Chrome, разработанное http://possedex.info, и его основная функция - "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Possedex

Скачайте файлы расширений Possedex в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Possedex Possedex
ID gemmpegibhkgoccbgcjalhagnikphman
Официальный URL https://chrome.google.com/webstore/detail/possedex/gemmpegibhkgoccbgcjalhagnikphman
Описание Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !
Размер файла 931 KB
Количество установок 25
Текущая Версия 0.0.3
Последнее Обновление 2018-01-11
Дата публикации 2018-01-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://possedex.info
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://possedex.info/
URL страницы помощи http://possedex.info/faq.html
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Possedex",
    "version": "0.0.3",
    "description": "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derri\u00e8re le m\u00e9dia que vous \u00eates en train de lire !",
    "background": {
        "scripts": [
            "background.js",
            "content.js",
            "install.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/possedex.info\/",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png"
    },
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "Possedex",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "notifications",
        "activeTab",
        "http:\/\/possedex.info\/database.json"
    ]
}