IsIs to Tusken Raiders
This extension changes the IsIs to Tusken Raiders on the current page
Что такое IsIs to Tusken Raiders?
IsIs to Tusken Raiders - это расширение Chrome, разработанное jessehmcdonald, и его основная функция - "This extension changes the IsIs to Tusken Raiders on the current page".
Снимки экрана расширения
Скачать файл CRX расширения IsIs to Tusken Raiders
Скачайте файлы расширений IsIs to Tusken Raiders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tired of hearing about IsIs? Me too! This extension will spice things up a bit!
Основная информация о расширении
Название | |
ID | pikjamffbldfgmeehclbpgcnegkcknen |
Официальный URL | https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen |
Описание | This extension changes the IsIs to Tusken Raiders on the current page |
Размер файла | 3.94 KB |
Количество установок | 14 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-12-19 |
Дата публикации | 2015-12-19 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | jessehmcdonald |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IsIs to Tusken Raiders", "description": "This extension changes the IsIs to Tusken Raiders on the current page", "version": "1.0", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |