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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}