Socpublic.com

Enjoy work with Socpublic!

Wat is Socpublic.com?

Socpublic.com is een Chrome-extensie ontwikkeld door https://socpublic.com, en de belangrijkste functie is "Enjoy work with Socpublic!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Socpublic.com

Download Socpublic.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        C помощью расширения Socpublic вы сможете зарабатывать на сёрфинге (просмотре) сайтов и видео. 

Просмотры выполняются в полуавтоматическом режиме, деньги начисляются моментально на ваш баланс Socpublic после выполнения всех шагов задания.

Для начала работы: 
- Установите расширение и авторизуйтесь под своими учётными данными сервиса Socpublic. 
На главном экране расширения вы увидите количество доступного сёрфинга. 
- Начните выполнение и пройдите все шаги.                    

Basisinformatie over de Extensie

Naam Socpublic.com Socpublic.com
ID hnikdbjffkapiacedidjkigkpglncnlk
Officiële URL https://chromewebstore.google.com/detail/socpubliccom/hnikdbjffkapiacedidjkigkpglncnlk
Beschrijving Enjoy work with Socpublic!
Bestandsgrootte 316 KB
Aantal Installaties 10,000
Huidige Versie 1.2.22
Laatst Bijgewerkt 2023-07-16
Publicatiedatum 2020-07-10
Beoordeling 2.83/5 Totaal 96 Beoordelingen
Ontwikkelaar https://socpublic.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://socpublic.com/rules.html
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Socpublic.com",
    "version": "1.2.22",
    "description": "Enjoy work with Socpublic!",
    "homepage_url": "https:\/\/socpublic.com",
    "icons": {
        "16": "images\/sp_16.png",
        "32": "images\/sp_32.png",
        "48": "images\/sp_48.png",
        "128": "images\/sp_128.png"
    },
    "minimum_chrome_version": "35",
    "browser_action": {
        "default_icon": {
            "16": "images\/sp_16.png",
            "32": "images\/sp_32.png",
            "48": "images\/sp_48.png",
            "128": "images\/sp_128.png"
        },
        "default_popup": "popups\/login.html"
    },
    "background": {
        "scripts": [
            "js\/base\/jquery-3.4.1.min.js",
            "js\/base\/md5\/jquery-md5.js",
            "js\/background\/background.js",
            "js\/background\/resources\/request.js",
            "js\/background\/resources\/user.js",
            "js\/background\/resources\/number.js",
            "js\/background\/resources\/progress.js",
            "js\/background\/resources\/chain\/sequence.js",
            "js\/background\/resources\/chain\/youtubeChain.js",
            "js\/background\/resources\/chain\/tiktokChain.js",
            "js\/background\/resources\/chain\/yandexzenChain.js",
            "js\/background\/resources\/chain\/instagramChain.js",
            "js\/background\/resources\/chain\/surfingChain.js",
            "js\/background\/resources\/timer.js",
            "js\/background\/resources\/searchTabs.js",
            "js\/background\/resources\/surfing.js",
            "js\/background\/resources\/video.js",
            "js\/background\/resources\/videott.js",
            "js\/background\/resources\/task.js",
            "js\/background\/resources\/taskyz.js",
            "js\/background\/resources\/taskin.js",
            "js\/background\/resources\/notifications.js",
            "js\/background\/events\/handlers.js",
            "js\/background\/events\/handlers_surf.js",
            "js\/background\/events\/handlers_yt.js",
            "js\/background\/events\/handlers_tt.js",
            "js\/background\/events\/handlers_yz.js",
            "js\/background\/events\/handlers_in.js",
            "js\/background\/events\/listeners.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "webNavigation",
        "",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.yandex.ru\/*"
            ],
            "css": [
                "plugins\/toastr\/toastr.css"
            ],
            "js": [
                "js\/base\/jquery-3.4.1.min.js",
                "plugins\/toastr\/toastr.min.js",
                "js\/content\/search_y.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "plugins\/toastr\/toastr.css"
            ],
            "js": [
                "js\/base\/jquery-3.4.1.min.js",
                "plugins\/toastr\/toastr.min.js",
                "js\/content\/search_g.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "plugins\/toastr\/toastr.css",
                "plugins\/toastr\/toastr-font.css"
            ],
            "js": [
                "js\/base\/jquery-3.4.1.min.js",
                "plugins\/toastr\/toastr.min.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "css": [
                "plugins\/toastr\/toastr.css",
                "plugins\/toastr\/toastr-font.css"
            ],
            "js": [
                "js\/base\/jquery-3.4.1.min.js",
                "plugins\/toastr\/toastr.min.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/zen.yandex.ru\/*"
            ],
            "css": [
                "plugins\/toastr\/toastr.css",
                "plugins\/toastr\/toastr-font.css"
            ],
            "js": [
                "js\/base\/jquery-3.4.1.min.js",
                "plugins\/toastr\/toastr.min.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/dzen.ru\/*"
            ],
            "css": [
                "plugins\/toastr\/toastr.css",
                "plugins\/toastr\/toastr-font.css"
            ],
            "js": [
                "js\/base\/jquery-3.4.1.min.js",
                "plugins\/toastr\/toastr.min.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/instagram.com\/*"
            ],
            "css": [
                "plugins\/toastr\/toastr.css",
                "plugins\/toastr\/toastr-font.css"
            ],
            "js": [
                "js\/base\/jquery-3.4.1.min.js",
                "plugins\/toastr\/toastr.min.js"
            ]
        }
    ],
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "popups\/options.html"
    }
}