Inspect and view changes in Check OBL Count of the Page source codes across current and past versions
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": 2,
"name": "Check OBL count of the Page",
"version": "1.0",
"description": "Our OBL counter allows you to check the number of OBL from the selected page easily. Out bound links helps decide the quality of the linking page.",
"homepage_url": "https://www.gsaserlist.net/",
"icons": {
"32": "icons/32.png",
"48": "icons/48.png",
"96": "icons/96.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons/32.png",
"default_title": "Check OBL count of the Page",
"default_popup": "popup/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{d91cc711-9a72-4378-8e93-ccc47e86573b}"
}
}
}