Reposter

Reposter

What is Reposter?

Reposter is a Chrome extension developed by Telegram Admin, and its main feature is "Reposter".

Extension Screenshots

screenshot

Download Reposter Extension CRX File

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

                        Сервис кросспостинга контента из Вконтакте в мессенджер Telegram.
Дублируй контент в один клик!                    

Extension Basic Information

Name Reposter Reposter
ID dcnemlkkpnkpbnmffinkaaamhdbpnaaa
Official URL https://chromewebstore.google.com/detail/reposter/dcnemlkkpnkpbnmffinkaaamhdbpnaaa
Description Reposter
File Size 418 KB
Installation Count 23
Current Version 1.0.5
Last Updated 2018-02-07
Publish Date 2018-02-07
Rating 3.00/5 Total 2 Ratings
Developer Telegram Admin
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "js\/datepicker.js",
                "js\/vk_inject2.js"
            ],
            "css": [
                "css\/datepicker.css",
                "css\/vk_inject.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "option.html",
        "default_icon": {
            "48": "img\/re22.png",
            "32": "img\/32.png"
        },
        "default_title": "Reposter"
    },
    "description": "Reposter",
    "name": "Reposter",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/vk.com\/*",
        "https:\/\/api.vk.com\/method*"
    ],
    "version": "1.0.5"
}