The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
Wat is The Verge - Is It A Thing?
The Verge - Is It A Thing is een Chrome-extensie ontwikkeld door Jens Møller, en de belangrijkste functie is "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".
Extensie Screenshots
Download het CRX-bestand van de extensie The Verge - Is It A Thing
Download The Verge - Is It A Thing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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_
Basisinformatie over de Extensie
Naam | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
Officiële URL | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
Beschrijving | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
Bestandsgrootte | 1.03 MB |
Aantal Installaties | 65 |
Huidige Versie | 1.4.0 |
Laatst Bijgewerkt | 2020-06-11 |
Publicatiedatum | 2020-06-11 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Jens Møller |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/mehedih_ |
Help Pagina-URL | https://twitter.com/mehedih_ |
Ondersteunde Talen | 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\/*" ] } ] } |