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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}