La Buloteca Firefox

Examine source code of La Buloteca

By: coedia
Inspect and view changes in La Buloteca source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "La Buloteca",
  "description": "Recopila los bulos compartidos por las cuentas más conocidas de Twitter y te avisa en tu timeline cuando un tuit contiene un bulo.",
  "version": "2.0.6resigned1",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "La Buloteca",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/jquery-3.1.1.min.js",
        "js/dompurify.js",
        "js/twitter.js"
      ],
      "css": [
        "styles/style.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/jquery-3.1.1.min.js",
        "js/dompurify.js",
        "js/websites.js"
      ],
      "css": [
        "styles/style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "public/*"
  ],
  "permissions": [
    "activeTab",
    "<all_urls>",
    "webNavigation"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{84bbe4c8-45c9-41bb-99fd-4e8d9f6c9b20}"
    }
  }
}

Best La Buloteca Alternatives

Here are some Firefox add-ons that are similar to La Buloteca: