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": "Wattpad Word Count",
"version": "1.0",
"description": "Add the word count to the story\/part page",
"permissions": [
"webNavigation",
"tabs"
],
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/www.wattpad.com\/story\/*",
"https:\/\/www.wattpad.com\/*"
]
}
]
}