/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
Что такое /g/ extension?
/g/ extension - это расширение Chrome, разработанное Aoshima Yuuto, и его основная функция - "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.".
Снимки экрана расширения
Скачать файл CRX расширения /g/ extension
Скачайте файлы расширений /g/ extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Spend too much time copy-pasting nhentai magic numbers and/or decoding hex encoded URLs? Use this extension to automate these processes. - Select a number sequence, right click and click "Go to /g/..." to access the URL in incognito - Select a hex string, right click and click "Hex to text" to access the encoded URL in incognito
Основная информация о расширении
Название | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
Официальный URL | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
Описание | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
Размер файла | 17.46 KB |
Количество установок | 293 |
Текущая Версия | 1.0 |
Последнее Обновление | 2019-01-26 |
Дата публикации | 2019-01-26 |
Рейтинг | 4.50/5 Всего 10 оценок |
Разработчик | Aoshima Yuuto |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\/g\/ extension", "author": "Aoshima Yuuto", "version": "1.0", "description": "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "script.js" ] }, "icons": { "48": "48.png", "128": "128.png" } } |