Shoutout To Simpleflips.
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Что такое Shoutout To Simpleflips.?
Shoutout To Simpleflips. - это расширение Chrome, разработанное yoshiquest, и его основная функция - "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".
Снимки экрана расширения
Скачать файл CRX расширения Shoutout To Simpleflips.
Скачайте файлы расширений Shoutout To Simpleflips. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the text it can find with "Shoutout to Simpleflips." Please note that the extension can't always find all of the text (especially noticable on twitter). It still works for most websites though, including Youtube, Reddit, and even Stack Overflow!
Основная информация о расширении
Название | |
ID | bbhbadaidmbhkdipoipcinggbcgllggi |
Официальный URL | https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi |
Описание | Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the… |
Размер файла | 101 KB |
Количество установок | 31 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2016-08-08 |
Дата публикации | 2016-08-07 |
Рейтинг | 4.91/5 Всего 11 оценок |
Разработчик | yoshiquest |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoutout To Simpleflips.", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "shoutout_to_simpleflips.js", "content.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |