The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
Что такое The Verge - Is It A Thing?
The Verge - Is It A Thing - это расширение Chrome, разработанное Jens Møller, и его основная функция - "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".
Снимки экрана расширения
Скачать файл CRX расширения The Verge - Is It A Thing
Скачайте файлы расширений The Verge - Is It A Thing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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_
Основная информация о расширении
Название | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
Официальный URL | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
Описание | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
Размер файла | 1.03 MB |
Количество установок | 65 |
Текущая Версия | 1.4.0 |
Последнее Обновление | 2020-06-11 |
Дата публикации | 2020-06-11 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | Jens Møller |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://twitter.com/mehedih_ |
URL страницы помощи | https://twitter.com/mehedih_ |
Поддерживаемые языки | 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\/*" ] } ] } |