Allows navigation between posts on dtf.ru and new.dtf.ru
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "DTF.ru Post Navigation",
"version": "1.0.4",
"description": "Allows navigation between posts on DTF.ru",
"author": "ldifmo@gmail.com",
"browser_specific_settings": {
"gecko": {
"id": "{373ec339-2c16-40ef-a767-c4c2cf1b03f8}",
"strict_min_version": "42.0"
}
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"32": "icon32.png",
"128": "icon128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https://dtf.ru/*",
"https://new.dtf.ru/*"
]
}
]
}