Dealabs - non officiel

Cette extension apporte plusieurs nouvelles fonctionnalités au site dealabs . Plus d'information sur le topic de l'extension

What is Dealabs - non officiel?

Dealabs - non officiel is a Chrome extension developed by thib3113, and its main feature is "Cette extension apporte plusieurs nouvelles fonctionnalités au site dealabs . Plus d'information sur le topic de l'extension".

Download Dealabs - non officiel Extension CRX File

Download Dealabs - non officiel 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

                        Application pour Dealabs, 
ajoute de nouvelles fonctionnalitée comme :
 - ajout de smileys
 - paramètres intégrés au site
 - youtube viewer pour les liens youtube/soundclound/dailymotion
 - prévisualisation de vos posts
 - notifications / notificiations sur le bureau / notifications sonores


------------------------------------------------

Changelog : https://github.com/thib3113/dealabs-extension/blob/master/CHANGELOG.md                    

Extension Basic Information

Name Dealabs - non officiel Dealabs - non officiel
ID cofdcpcaijnihhidaphgblndbhnkogji
Official URL https://chrome.google.com/webstore/detail/dealabs-non-officiel/cofdcpcaijnihhidaphgblndbhnkogji
Description Cette extension apporte plusieurs nouvelles fonctionnalités au site dealabs . Plus d'information sur le topic de l'extension
File Size 1.47 MB
Installation Count 489
Current Version 3.0.4
Last Updated 2017-10-12
Publish Date 2017-10-12
Rating 4.30/5 Total 10 Ratings
Developer thib3113
Email [email protected]
Payment Type free
Extension Website https://www.dealabs.com
Help Page URL https://www.dealabs.com/forums/le-site/annonces--nouveauts-du-site-modifications/plugin-plugin-chrome-pour-dealabs-non-officiel-/21068
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_APPNAME__",
    "short_name": "__MSG_APPNAME_SHORT__",
    "description": "__MSG_DESCRIPTION__",
    "version": "3.0.4",
    "author": "Thibaut severac ",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "default_locale": "fr",
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_title": "__MSG_APPNAME__"
    },
    "background": {
        "scripts": [
            "assets\/js\/min\/libs.min.js",
            "class\/EventEmitter.inc.js",
            "class\/WebExtension.inc.js",
            "class\/FirefoxExtension.inc.js",
            "class\/ChromeExtension.inc.js",
            "class\/Settings.inc.js",
            "class\/Imgur.inc.js",
            "class\/Dealabs.inc.js",
            "global.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dealabs.com\/*"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "activeTab",
        "contextMenus",
        "webRequest",
        "*:\/\/*.dealabs.com\/*",
        "https:\/\/thib3113.github.io\/dealabs-extension\/*",
        "debugger"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dealabs.com\/*",
                "https:\/\/thib3113.github.io\/dealabs-extension\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.dealabs.com\/*.pdf",
                "*:\/\/*.dealabs.com\/*.rss",
                "*:\/\/*.dealabs.com\/*.xml",
                "*:\/\/*.dealabs.com\/*.css",
                "*:\/\/*.dealabs.com\/*.js"
            ],
            "js": [
                "assets\/js\/min\/libs.min.js",
                "class\/EventEmitter.inc.js",
                "class\/WebExtension.inc.js",
                "class\/FirefoxExtension.inc.js",
                "class\/ChromeExtension.inc.js",
                "class\/Settings.inc.js",
                "class\/Imgur.inc.js",
                "class\/Dealabs.inc.js",
                "class\/Embed.inc.js",
                "global.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlCvso3Zy0dJ4mqPqB1XzJK+dSgItL\/TDRAuXPLZ6qWsrylq5zNvTFuDKU2A0pfZaArGZBujTlHfmWmtYysV0fjQQprxr2EGwssYJT34yYHOtcRdJWmOKMAcGxYuVwX0ukeeVF0RQ2Df4V2CjIztNuBDzOVIU1kPdMLQr1x1OI88GWy52YphntnSFXHV1BG6Db4jc+dLOnxUiULQFMkQy77x+BOCOVW7AmEAchCsIyvg1FdsNXzGS+gNUWBBiBEW9QnWnemvWGFDdzeKnAN\/QD2wou9j1I7qvROs9qII7QkVmkj8ay7Zeo5SWC+SIeRA431pb\/ZB3qeQOLfAkH3x3BQIDAQAB"
}