Clean on Refresh
Automatically clear clutter on refresh.
Что такое Clean on Refresh?
Clean on Refresh - это расширение Chrome, разработанное jason.allen.oneal, и его основная функция - "Automatically clear clutter on refresh.".
Снимки экрана расширения
Скачать файл CRX расширения Clean on Refresh
Скачайте файлы расширений Clean on Refresh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game. Основная информация о расширении
| Название | |
| ID | moogoheinbbibflghkinbcmgkncleoid |
| Официальный URL | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
| Описание | Automatically clear clutter on refresh. |
| Размер файла | 11.18 KB |
| Количество установок | 262 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2018-11-24 |
| Дата публикации | 2018-11-23 |
| Разработчик | jason.allen.oneal |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clean on Refresh",
"version": "1.2",
"description": "Automatically clear clutter on refresh.",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"https:\/\/apps.facebook.com\/kingdomsofcamelot\/*",
"tabs",
"storage",
"browsingData",
"declarativeContent",
"history"
],
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "imgs\/16.png",
"32": "imgs\/32.png"
}
}
} | |