Twitter demusked: Remove analytics view count

Declutter your twitter, remove analytics count

Что такое Twitter demusked: Remove analytics view count?

Twitter demusked: Remove analytics view count - это расширение Chrome, разработанное Superimposed Apps, и его основная функция - "Declutter your twitter, remove analytics count".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitter demusked: Remove analytics view count

Скачайте файлы расширений Twitter demusked: Remove analytics view count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Removes the X logo & view count from the Twitter web UI                    

Основная информация о расширении

Название Twitter demusked: Remove analytics view count Twitter demusked: Remove analytics view count
ID jmkaeeijenkfgmnookmblbonldnhgnci
Официальный URL https://chromewebstore.google.com/detail/twitter-demusked-remove-a/jmkaeeijenkfgmnookmblbonldnhgnci
Описание Declutter your twitter, remove analytics count
Размер файла 219 KB
Количество установок 25
Текущая Версия 1.2
Последнее Обновление 2023-07-25
Дата публикации 2022-12-25
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Superimposed Apps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter demusked: Remove analytics view count",
    "description": "Declutter your twitter, remove analytics count",
    "version": "1.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "twitter.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}