Twitter Stars
Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Vad är Twitter Stars?
Twitter Stars är en Chrome-tillägg utvecklad av Kieran Uddin, och dess huvudfunktion är "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".
Tilläggsskärmbilder
Ladda ner Twitter Stars-förlängningens CRX-fil
Ladda ner Twitter Stars-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nbaegdkhokgebjcjjpjliefppcaalcea |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea |
| Beskrivning | Changes the new Twitter 'Like' heart back to the original 'Favorite' star! |
| Filstorlek | 77.15 KB |
| Antal Installationer | 63 |
| Aktuell Version | 1.7.3 |
| Senast Uppdaterad | 2016-08-31 |
| Publiceringsdatum | 2016-08-31 |
| Betyg | 4.15/5 Totalt 13 Betyg |
| Utvecklare | Kieran Uddin |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |