The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
¿Qué es The Verge - Is It A Thing?
The Verge - Is It A Thing es una extensión de Chrome desarrollada por Jens Møller, y su función principal es "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Verge - Is It A Thing
Descarga archivos de extensión The Verge - Is It A Thing 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
Adds "and I have no idea if that’s a sex thing" to all headlines on theverge.com. Created by Mehedi Hassan https://twitter.com/mehedih_
Información Básica de la Extensión
Nombre | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
URL Oficial | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
Descripción | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
Tamaño del Archivo | 1.03 MB |
Cantidad de Instalaciones | 65 |
Versión Actual | 1.4.0 |
Última Actualización | 2020-06-11 |
Fecha de Publicación | 2020-06-11 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | Jens Møller |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://twitter.com/mehedih_ |
URL de la Página de Ayuda | https://twitter.com/mehedih_ |
Idiomas Soportados | de,en,fr,da,es,it,el,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.4.0", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "http:\/\/twitter.com\/mehedih_", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "jquery.js", "filter.js" ], "matches": [ "*:\/\/www.theverge.com\/*" ] } ] } |