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",
"name": "Snahp Forum Link Solver",
"manifest_version": 3,
"description": "Automatically find and decode all \/r\/megalinks and Snahp forum post links.",
"version": "1.6.2",
"author": "Sam Kauffman (SamVK)",
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/fora.snahp.eu\/viewtopic.php*",
"https:\/\/megadb.tweakly.net\/thread\/*"
],
"js": [
"forum\/index.js"
],
"css": [
"forum\/style.css"
]
},
{
"matches": [
"*:\/\/lnk.snahp.eu\/*"
],
"js": [
"links\/index.js"
],
"css": [
"links\/style.css"
]
}
]
}