Harry Potter Reactions
The next time you react on facebook, Harry Potter reacts with you!
Что такое Harry Potter Reactions?
Harry Potter Reactions - это расширение Chrome, разработанное https://www.reactyourway.com, и его основная функция - "The next time you react on facebook, Harry Potter reacts with you!".
Снимки экрана расширения
Скачать файл CRX расширения Harry Potter Reactions
Скачайте файлы расширений Harry Potter Reactions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replace Facebook Reactions with Harry Potter's Reactions! If you'd like to have more such reactions or even have your own custom reaction, head over to www.reactyourway.com. Note: Reload facebook & chrome to use the reaction.
Основная информация о расширении
Название | Harry Potter Reactions |
ID | fachjghnlggpjppbjhcofangdkmmopli |
Официальный URL | https://chromewebstore.google.com/detail/harry-potter-reactions/fachjghnlggpjppbjhcofangdkmmopli |
Описание | The next time you react on facebook, Harry Potter reacts with you! |
Размер файла | 386 KB |
Количество установок | 308 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2016-03-04 |
Дата публикации | 2016-03-03 |
Рейтинг | 4.00/5 Всего 6 оценок |
Разработчик | https://www.reactyourway.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Harry Potter Reactions", "short_name": "Harry Potter Reactions", "version": "0.0.1", "manifest_version": 2, "description": "The next time you react on facebook, Harry Potter reacts with you!", "homepage_url": "https:\/\/reactyourway.com", "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "content_script\/replace-reactions.css" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |