Twitter demusked: Remove analytics view count

Declutter your twitter, remove analytics count

Twitter demusked: Remove analytics view count là gì?

Twitter demusked: Remove analytics view count là một tiện ích mở rộng Chrome được phát triển bởi Superimposed Apps, và tính năng chính của nó là "Declutter your twitter, remove analytics count".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter demusked: Remove analytics view count

Tải xuống các tệp mở rộng Twitter demusked: Remove analytics view count dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter demusked: Remove analytics view count Twitter demusked: Remove analytics view count
ID jmkaeeijenkfgmnookmblbonldnhgnci
URL Chính Thức https://chromewebstore.google.com/detail/twitter-demusked-remove-a/jmkaeeijenkfgmnookmblbonldnhgnci
Mô tả Declutter your twitter, remove analytics count
Kích Thước Tệp 219 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-07-25
Ngày Phát Hành 2022-12-25
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Superimposed Apps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}