Twitter old favourite

Replace the new twitter heart favourite icon with the old star icon.

ما هو Twitter old favourite؟

Twitter old favourite هو إضافة Chrome تم تطويرها بواسطة Miles Croxford، والميزة الرئيسية لها هي "Replace the new twitter heart favourite icon with the old star icon.".

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

screenshot

تحميل ملف CRX للإضافة Twitter old favourite

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

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

                        Don't like the new heart button? Feel no love? This extension reverts and replaces the new twitter heart favourite icon to that old yellow star that everyone is missing.                    

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

الاسم Twitter old favourite Twitter old favourite
ID lkfbecccmniadcbdhkeepdkfekhloinc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc
الوصف Replace the new twitter heart favourite icon with the old star icon.
حجم الملف 8.49 KB
عدد التثبيتات 40
النسخة الحالية 0.1
آخر تحديث 2015-11-03
تاريخ النشر 2015-11-03
تقييم 3.17/5 مجموع تقييمات 6
المطور Miles Croxford
نوع الدفع free
موقع الإضافة http://milescroxford.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter old favourite",
    "description": "Replace the new twitter heart favourite icon with the old star icon.",
    "version": "0.1",
    "permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "web_accessible_resources": [
        "stars.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}