Tumblpass

This extension provides you advanced user experience with Tumblr blogs.

Что такое Tumblpass?

Tumblpass - это расширение Chrome, разработанное https://webslut4rent.tumblr.com, и его основная функция - "This extension provides you advanced user experience with Tumblr blogs.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Tumblpass

Скачайте файлы расширений Tumblpass в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        unlock new features, open hidden content, get access to download files.
just install the free plugin tumbl +, which opens even more options.
Use our plugin for free and get free updates every month!                    

Основная информация о расширении

Название Tumblpass Tumblpass
ID ejfhhbechmbnapkhnhkeejbhihdhcbde
Официальный URL https://chromewebstore.google.com/detail/tumblpass/ejfhhbechmbnapkhnhkeejbhihdhcbde
Описание This extension provides you advanced user experience with Tumblr blogs.
Размер файла 6.16 KB
Количество установок 261
Текущая Версия 2.4.46
Последнее Обновление 2014-12-16
Дата публикации 2014-12-16
Рейтинг 4.00/5 Всего 1 оценок
Разработчик https://webslut4rent.tumblr.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblpass",
    "description": "This extension provides you advanced user experience with Tumblr blogs.",
    "version": "2.4.46",
    "permissions": [],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "blockremover.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}