Dealabs - non officiel

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

Dealabs - non officiel क्या है?

Dealabs - non officiel thib3113 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cette extension apporte plusieurs nouvelles fonctionnalités au site dealabs . Plus d'information sur le topic de l'extension"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dealabs - non officiel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Dealabs - non officiel Dealabs - non officiel
ID cofdcpcaijnihhidaphgblndbhnkogji
आधिकारिक URL https://chrome.google.com/webstore/detail/dealabs-non-officiel/cofdcpcaijnihhidaphgblndbhnkogji
विवरण Cette extension apporte plusieurs nouvelles fonctionnalités au site dealabs . Plus d'information sur le topic de l'extension
फ़ाइल का आकार 1.47 MB
स्थापना संख्या 489
वर्तमान संस्करण 3.0.4
अंतिम अपडेट 2017-10-12
प्रकाशन तिथि 2017-10-12
रेटिंग 4.30/5 कुल 10 रेटिंग्स
डेवलपर thib3113
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.dealabs.com
सहायता पृष्ठ URL https://www.dealabs.com/forums/le-site/annonces--nouveauts-du-site-modifications/plugin-plugin-chrome-pour-dealabs-non-officiel-/21068
समर्थित भाषाएँ 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"
}