OkTools

Менеджер пользовательских скриптов для OK.ru (однокласссники)

What is OkTools?

OkTools is a Chrome extension developed by https://oktools.ru, and its main feature is "Менеджер пользовательских скриптов для OK.ru (однокласссники)".

Extension Screenshots

screenshot

Download OkTools Extension CRX File

Download OkTools 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

                        OkTools - Менеджер пользовательских скриптов для Ok.ru

С помощью нашего расширения вы можете добавить новые функции на сайт ok.ru используя уже готовые пользовательские скрипты (функции).

Также вы можете создать свой скрипт для выполнения какой либо функции в встроенном редакторе. 

*Работают скрипты созданные для teampermonkey, vialentmonkey.                    

Extension Basic Information

Name OkTools OkTools
ID jicldjademmddamblmdllfneeaeeclik
Official URL https://chromewebstore.google.com/detail/oktools/jicldjademmddamblmdllfneeaeeclik
Description Менеджер пользовательских скриптов для OK.ru (однокласссники)
File Size 58.51 KB
Installation Count 97,805
Current Version 5.5
Last Updated 2022-12-22
Publish Date 2020-01-30
Rating 4.60/5 Total 17323 Ratings
Developer https://oktools.ru
Email [email protected]
Payment Type free
Extension Website https://oktools.ru
Help Page URL https://oktools.ru/forum/
Privacy Policy Page URL https://oktools.ru/privacy-policy
Supported Languages ru
manifest.json
{
    "name": "OkTools",
    "version": "5.5",
    "default_locale": "ru",
    "description": "__MSG_desc__",
    "homepage_url": "https:\/\/oktools.ru\/",
    "action": {
        "default_icon": "img\/icon_24.png",
        "default_popup": "popup.html",
        "default_title": "OkTools 5.5"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "scripts\/include.js"
            ],
            "matches": [
                "*:\/\/ok.ru\/*",
                "*:\/\/*.ok.ru\/*",
                "*:\/\/oktools.ru\/*",
                "*:\/\/*.oktools.ru\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*cache.html*",
                "*:\/\/oktools.ru\/page\/static*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDSoo1etw18nBCYnvooHOIM86L4qppjJcEliOjEkA\/0AeV5ZzER9Oh5CTYPG0mhq+wNS6kMnJWd\/zFBRm9ByPcEa+yuKpXGaB1gBGumkTdYBlSIQCFDeOc4bOH63VlltAcsktV53PHVCv1PkT1bVqIjhzJe7vdVA\/gztdmsvBvQwIDAQAB",
    "manifest_version": 3,
    "options_page": "popup.html",
    "permissions": [
        "downloads",
        "storage",
        "webNavigation",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/ok.ru\/*",
        "*:\/\/*.ok.ru\/*",
        "*:\/\/*.mycdn.me\/*",
        "*:\/\/oktools.ru\/*",
        "*:\/\/*.oktools.ru\/*",
        "*:\/\/yandex.ru\/*",
        "*:\/\/*.yandex.ru\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}