Доступ к LinkedIn

Бесплатный доступ к LinkedIn для граждан РФ

What is Доступ к LinkedIn?

Доступ к LinkedIn is a Chrome extension developed by leo.linkedinov, and its main feature is "Бесплатный доступ к LinkedIn для граждан РФ".

Extension Screenshots

screenshot

Download Доступ к LinkedIn Extension CRX File

Download Доступ к LinkedIn 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

                        Бесплатное расширение для доступа к LinkedIn на случай если в вашей сети заблокирован этот ресурс. Специально для пользователей из РФ.                    

Extension Basic Information

Name Доступ к LinkedIn Доступ к LinkedIn
ID cgfhdokcgndnhkcjapbfanddfhecklio
Official URL https://chromewebstore.google.com/detail/%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF-%D0%BA-linkedin/cgfhdokcgndnhkcjapbfanddfhecklio
Description Бесплатный доступ к LinkedIn для граждан РФ
File Size 29 KB
Installation Count 31,727
Current Version 4.6
Last Updated 2023-05-29
Publish Date 2020-06-18
Rating 4.08/5 Total 165 Ratings
Developer leo.linkedinov
Email [email protected]
Payment Type free
Privacy Policy Page URL http://linkedinaccess.tilda.ws
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a LinkedIn",
    "short_name": "LinkedInacces",
    "version": "4.6",
    "author": "Alex57",
    "description": "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a LinkedIn \u0434\u043b\u044f \u0433\u0440\u0430\u0436\u0434\u0430\u043d \u0420\u0424",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "js": [
                "myscript_pr_sk.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/ln16.png",
        "48": "images\/ln48.png",
        "128": "images\/ln128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/ln19.png",
            "38": "images\/ln38.png"
        },
        "default_title": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a LinkedIn",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*",
            "*:\/\/linkedin.com\/*"
        ]
    },
    "permissions": [
        "proxy",
        "browsingData",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}