Tiện ích lọc bạn bè Facebook hoàn toàn miễn phí.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Lọc bạn bè không tương tác",
"version": "2.5.2",
"icons": {
"16": "/img/icon16.png",
"48": "/img/icon48.png",
"128": "/img/icon128.png"
},
"description": "Tiện ích lọc bạn bè Facebook hoàn toàn miễn phí.",
"options_page": "index.html",
"action": {
"default_icon": {
"16": "img/icon16.png",
"24": "img/icon24.png",
"32": "img/icon32.png"
}
},
"background": {
"service_worker": "background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "rules",
"enabled": true,
"path": "rules.json"
}
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; worker-src 'none'; connect-src https://*.facebook.com"
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"https://*.facebook.com/"
]
}