By: Myproject24 Add-on
Inspect and view changes in Visited Link Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Visited Link Plus",
"version": "1.2",
"description": "Make visited links easier to see.",
"permissions": [
"storage",
"scripting",
"tabs",
"history"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"action": {
"default_title": "Visited Link Plus",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "visited-link-plus@lsdev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
}
} Best Visited Link Plus Alternatives
Here are some Firefox add-ons that are similar to Visited Link Plus:
Link Styler Pro
GG
Visited Link Color Changer
Vivek
Visited Links Colorizer
WowExten
Link Visitor
kinitawowi
Clear Links
Chris Bull
Link Highlighter (MV2)
EE88
Link Highlighter
789Win
Link In Highlighter
ricky yang
Quick Link Highlighter
KJC
Custom Google Visited Link Color
iBoonie
Krzysiu Visited Links
Krzysiu
visited-color-picker
Firefox user 14410953