Twitter Stars
Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Twitter Stars란 무엇입니까?
Twitter Stars은(는) Kieran Uddin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!"입니다.
확장 프로그램 스크린샷
Twitter Stars 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |