Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Yeah! for Twitter",
"description": "Adds a Yeah! button to Twitter",
"version": "1.1.4",
"manifest_version": 3,
"homepage_url": "https:\/\/github.com\/dimdenGD\/YeahTwitter",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/twitter.com\/*",
"*:\/\/twimg.com\/*",
"*:\/\/*.twimg.com\/*",
"*:\/\/x.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.dimden.dev\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"styles\/*",
"fonts\/*"
],
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
]
}
],
"icons": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png",
"128": "\/images\/logo128.png"
},
"action": {
"default_icon": {
"128": "\/images\/logo128.png"
},
"default_title": "Extension settings",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"js": [
"scripts\/purify.min.js",
"scripts\/api.js",
"scripts\/helpers.js",
"scripts\/tweetrenderer.js",
"scripts\/content.js"
],
"all_frames": true,
"run_at": "document_end"
}
]
}