Twitter demusked: Remove analytics view count

Declutter your twitter, remove analytics count

What is Twitter demusked: Remove analytics view count?

Twitter demusked: Remove analytics view count is a Chrome extension developed by Superimposed Apps, and its main feature is "Declutter your twitter, remove analytics count".

Extension Screenshots

screenshot

Download Twitter demusked: Remove analytics view count Extension CRX File

Download Twitter demusked: Remove analytics view count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitter demusked: Remove analytics view count Twitter demusked: Remove analytics view count
ID jmkaeeijenkfgmnookmblbonldnhgnci
Official URL https://chromewebstore.google.com/detail/twitter-demusked-remove-a/jmkaeeijenkfgmnookmblbonldnhgnci
Description Declutter your twitter, remove analytics count
File Size 219 KB
Installation Count 25
Current Version 1.2
Last Updated 2023-07-25
Publish Date 2022-12-25
Rating 3.67/5 Total 3 Ratings
Developer Superimposed Apps
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}