The Source Tab
Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
¿Qué es The Source Tab?
The Source Tab es una extensión de Chrome desarrollada por https://access.thesource.social, y su función principal es "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Source Tab
Descarga archivos de extensión The Source Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | nobbnaiokafldlmkbcoideaiapfcckej |
URL Oficial | https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej |
Descripción | Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser |
Tamaño del Archivo | 204 KB |
Cantidad de Instalaciones | 298 |
Versión Actual | 1.9 |
Última Actualización | 2018-09-14 |
Fecha de Publicación | 2018-09-13 |
Desarrollador | https://access.thesource.social |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.thesource.social |
URL de la Página de Política de Privacidad | http://access.thesource.social/doc/TheSource_Terms.pdf |
Idiomas Soportados | 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'" } |