Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "jfdelarosa",
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"description": "Ultra simple browser extension that removes view count from tweets.",
"manifest_version": 3,
"name": "twitter-view-count-remover",
"permissions": [
"storage",
"tabs"
],
"version": "1.3.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"24": "images\/icon-24.png",
"32": "images\/icon-32.png"
},
"default_popup": "popup.html"
}
}