The Source Tab

Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser

Что такое The Source Tab?

The Source Tab - это расширение Chrome, разработанное https://access.thesource.social, и его основная функция - "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

Название The Source Tab The Source Tab
ID nobbnaiokafldlmkbcoideaiapfcckej
Официальный URL https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej
Описание Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
Размер файла 204 KB
Количество установок 298
Текущая Версия 1.9
Последнее Обновление 2018-09-14
Дата публикации 2018-09-13
Разработчик https://access.thesource.social
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.thesource.social
URL страницы политики конфиденциальности http://access.thesource.social/doc/TheSource_Terms.pdf
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Source Tab",
    "version": "1.9",
    "description": "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser",
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/access.thesource.social https:\/\/www.google-analytics.com; object-src 'self'"
}