Twitter-💓🍣
Let you change the new Twitter Like Heart into 🍣.
What is Twitter-💓🍣?
Twitter-💓🍣 is a Chrome extension developed by tatzyr, and its main feature is "Let you change the new Twitter Like Heart into 🍣.".
Extension Screenshots
Download Twitter-💓🍣 Extension CRX File
Download Twitter-💓🍣 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | mjpkliiekogffkgegdgendlnbjllncem |
| Official URL | https://chromewebstore.google.com/detail/twitter-%F0%9F%92%93%F0%9F%8D%A3/mjpkliiekogffkgegdgendlnbjllncem |
| Description | Let you change the new Twitter Like Heart into 🍣. |
| File Size | 107 KB |
| Installation Count | 691 |
| Current Version | 0.3.0 |
| Last Updated | 2017-06-16 |
| Publish Date | 2017-06-16 |
| Rating | 4.50/5 Total 32 Ratings |
| Developer | tatzyr |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter-\ud83d\udc93\ud83c\udf63",
"version": "0.3.0",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"manifest_version": 2,
"description": "Let you change the new Twitter Like Heart into \ud83c\udf63.",
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"js\/jquery-2.1.4.min.js",
"js\/script.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"img\/sushi_nonanimation.png",
"img\/sushi_notification.png"
]
} | |