Remove Vanity Metrics

Hides the number of favorites, likes, and followers from your feed so you can focus on the content.

ما هو Remove Vanity Metrics؟

Remove Vanity Metrics هو إضافة Chrome تم تطويرها بواسطة maaslalani، والميزة الرئيسية لها هي "Hides the number of favorites, likes, and followers from your feed so you can focus on the content.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Remove Vanity Metrics

قم بتنزيل ملفات الامتداد Remove Vanity Metrics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Download this chrome extension to experience raw social media. It hides the number of favorites, likes, and followers from your feed so you can focus on the content.

"we should be able to participate in social media without having to show how many followers or likes we have. Just like how we can turn off the comments we should be able to turn off the display of followers. This has an intense negative impact on our self worth."
— Kanye West                    

معلومات أساسية عن التمديد

الاسم Remove Vanity Metrics Remove Vanity Metrics
ID oghebdfgdiopdhhobajijnjepjejckdj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/remove-vanity-metrics/oghebdfgdiopdhhobajijnjepjejckdj
الوصف Hides the number of favorites, likes, and followers from your feed so you can focus on the content.
حجم الملف 21.86 KB
عدد التثبيتات 69
النسخة الحالية 0.0.2
آخر تحديث 2018-10-27
تاريخ النشر 2018-10-27
تقييم 4.33/5 مجموع تقييمات 6
المطور maaslalani
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Vanity Metrics",
    "version": "0.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon.png"
    },
    "description": "Hides the number of favorites, likes, and followers from your feed so you can focus on the content.",
    "browser_action": {
        "default_title": "Remove Vanity Metrics",
        "default_popup": "popups\/popup.html"
    },
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "scripts\/twitter.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}