Twitter Stars

Changes the new Twitter 'Like' heart back to the original 'Favorite' star!

ما هو Twitter Stars؟

Twitter Stars هو إضافة Chrome تم تطويرها بواسطة Kieran Uddin، والميزة الرئيسية لها هي "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

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

screenshot

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

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

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

                        Don't like the new Twitter "Like" button?
Install this Chrome extension today and change that pesky heart icon back to the original star!

v1.7.3 Changelog
- Fixed likes not being changed to favourites on certain pages.
- Minor styling fixes.                    

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

الاسم Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
الوصف Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
حجم الملف 77.15 KB
عدد التثبيتات 63
النسخة الحالية 1.7.3
آخر تحديث 2016-08-31
تاريخ النشر 2016-08-31
تقييم 4.15/5 مجموع تقييمات 13
المطور Kieran Uddin
نوع الدفع free
اللغات المدعومة en,en-GB,en-US,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Stars",
    "short_name": "Twitter Stars",
    "options_page": "options\/index.html",
    "default_locale": "en",
    "description": "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!",
    "version": "1.7.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "StarsMain.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/animation.png",
        "style.css"
    ],
    "background": {
        "scripts": [
            "jquery.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "img\/icon.png"
    }
}