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",
"manifest_version": 3,
"name": "WikiPrettier",
"version": "1.3",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png",
"256": "images\/icon256.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/*",
"https:\/\/*.wikimedia.org\/*",
"https:\/\/*.wikidata.org\/*",
"https:\/\/*.wikisource.org\/*",
"https:\/\/*.wiktionary.org\/*",
"https:\/\/*.wikiquote.org\/*",
"https:\/\/*.wikibooks.org\/*",
"https:\/\/*.wikiversity.org\/*",
"https:\/\/*.wikinews.org\/*",
"https:\/\/*.wikivoyage.org\/*"
],
"js": [
"content.js"
]
}
]
}