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 !

What is Possedex?

Possedex is a Chrome extension developed by http://possedex.info, and its main feature is "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !".

Extension Screenshots

screenshot
screenshot

Download Possedex Extension CRX File

Download Possedex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Possedex Possedex
ID gemmpegibhkgoccbgcjalhagnikphman
Official URL https://chrome.google.com/webstore/detail/possedex/gemmpegibhkgoccbgcjalhagnikphman
Description Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !
File Size 931 KB
Installation Count 25
Current Version 0.0.3
Last Updated 2018-01-11
Publish Date 2018-01-11
Rating 5.00/5 Total 1 Ratings
Developer http://possedex.info
Email [email protected]
Payment Type free
Extension Website http://possedex.info/
Help Page URL http://possedex.info/faq.html
Supported Languages 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"
    ]
}