Twitter Star
Return of the Twitter Tweet Star
Vad är Twitter Star?
Twitter Star är en Chrome-tillägg utvecklad av https://racecore.de, och dess huvudfunktion är "Return of the Twitter Tweet Star".
Ladda ner Twitter Star-förlängningens CRX-fil
Ladda ner Twitter Star-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
                        Display the Twitter Star Icon for Tweets instead of the new Heart Icon                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ejlhemceoomndpmpphfflhllfeedppdh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-star/ejlhemceoomndpmpphfflhllfeedppdh | 
| Beskrivning | Return of the Twitter Tweet Star | 
| Filstorlek | 10.67 KB | 
| Antal Installationer | 85 | 
| Aktuell Version | 0.0.2 | 
| Senast Uppdaterad | 2015-11-06 | 
| Publiceringsdatum | 2015-11-06 | 
| Betyg | 4.29/5 Totalt 7 Betyg | 
| Utvecklare | https://racecore.de | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/ins0/chrome-twitter-star | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Star",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Return of the Twitter Tweet Star",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-twitter-star",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/twitter-star.css"
            ]
        }
    ]
}  |  |