Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pausa Politica no Facebook", "description": "Remove posts de pol\u00edtica do facebook. Mais espa\u00e7o para gifs de c\u00e3es e gatos. N\u00e3o \u00e9 perfeito mas d\u00e1 uma limpada boa.", "version": "0.4", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "facebook_filter.js" ] } ], "background": { "scripts": [ "background.js" ] } }