shitpostify
Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
Что такое shitpostify?
shitpostify - это расширение Chrome, разработанное atlc, и его основная функция - "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".
Снимки экрана расширения
Скачать файл CRX расширения shitpostify
Скачайте файлы расширений shitpostify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Needed a way to quickly mock someone's comment online, with minimal effort? Thankfully, shitpostify fills that gap for you! All you need to do is right-click on a highlighted block of text, then click "Shitpostify highlighted text?" to see that Internet Tough Guy's comment ridiculed. Source code is at https://github.com/atlc/shitpostify-extension, any contributions or suggestions for improvement are greatly appreciated.
Основная информация о расширении
Название | shitpostify |
ID | dojihbiflikelfjnoaljoeiklhgdnijp |
Официальный URL | https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp |
Описание | Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt! |
Размер файла | 46.01 KB |
Количество установок | 85 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2020-03-25 |
Дата публикации | 2020-03-25 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | atlc |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shitpostify", "version": "1.0.3", "description": "Right-click highlighted text to turn it into an EMOJi\ud83d\ude89lAdEn\u2642\ufe0fcOpYpasTA\ud83d\udcb0sHiTpoSt!", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "64": "\/icons\/64.png", "128": "\/icons\/128.png" } } |