Examine source code of بال فلتر | PAL Filter

Inspect and view changes in بال فلتر | PAL Filter 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
{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_128.png",
    "default_title": " بال فلتر | PAL Filter"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.min.js",
        "search.js"
      ],
      "matches": [
        "*://*.facebook.com/*",
        "*://*.twitter.com/*"
      ]
    }
  ],
  "description": "أداة برمجية طورها المركز الشبابي الإعلامي لمساعدة مستخدمي منصات التواصل الاجتماعي على تجاوز مشكلة الحظر بسبب 'الكلمات المخالفة'",
  "icons": {
    "16": "images/icon_16.png",
    "24": "images/icon_24.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "64": "images/icon_64.png",
    "96": "images/icon_96.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 2,
  "name": "بال فلتر | PAL Filter",
  "permissions": [
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "https://ymcgaza.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_specific_settings": {
    "gecko": {
      "id": "devymc21@gmail.com"
    }
  },
  "version": "1.1.1"
}