Free SMS receiveio
Show recent messages from FreeSMSreceive.io
Что такое Free SMS receiveio?
Free SMS receiveio - это расширение Chrome, разработанное https://freesmsreceive.io, и его основная функция - "Show recent messages from FreeSMSreceive.io".
Снимки экрана расширения
Скачать файл CRX расширения Free SMS receiveio
Скачайте файлы расширений Free SMS receiveio в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
FreeSMSreceive.io is short message service. It is a text messaging service that allows users to receive messages over the Internet. We are always trying to make the best possible experience for our users, so we always try to give you free SMS receive for the purpose of testing your services and projects. When dealing with a new service it is important to be sure you are getting exactly what you need. Before using our services, you should know the phone numbers available here are shared numbers and are temporary. The content of the message is accessible by every user. Please do not use these phone numbers to receive important messages or PINs. These phone numbers should not be used for any sensitive transactions and for any illegal uses. By using this website, you accept personal responsibility for the results of your actions.
Основная информация о расширении
Название | Free SMS receiveio |
ID | kmmgkeaabgdhikkojhnagebnkobgeelg |
Официальный URL | https://chromewebstore.google.com/detail/free-sms-receiveio/kmmgkeaabgdhikkojhnagebnkobgeelg |
Описание | Show recent messages from FreeSMSreceive.io |
Размер файла | 83.13 KB |
Количество установок | 166 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2022-09-08 |
Дата публикации | 2022-02-17 |
Рейтинг | 2.50/5 Всего 2 оценок |
Разработчик | https://freesmsreceive.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Free SMS receiveio", "description": "Show recent messages from FreeSMSreceive.io", "version": "1.0.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "host_permissions": [ "https:\/\/freesmsreceive.io\/wp-json\/wp\/v2\/comments" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/ajax.googleapis.com'; object-src 'self'" } } |