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", "manifest_version": 3, "version": "1.1.12", "name": "PordaAI - Blur Haram objects in Images and Videos - SuperFast Ai for Muslim", "description": "Instantly Blur Haram and NSFW in images and videos + Facebook Feed controller. Real-time Ai for Islamic values.", "author": "[email protected]", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjPYva9t5dBt9yTMhQ8nTNmiFuNNpBiByKPzdQ7H3X+ZqFmYhCIi3Tgmfh\/9yKuh6XzZ\/ACBcqyj3GtjIjUrBTjETkh29CGKwfIUJkDXVMZVzReHJWs2NQHshQlqbAiwDpGh\/9yxa7Lvsy11iGriFvMKeVUKLvvmxpLaGaQfcoUhFyX85LLW+81ItKn6wts7X5uCt6SGNcoz+M9ZG8MRDEtOJz+BUmbRp4dA0DsHPiYpESWH1tsdfKKFVK4oo+jZ\/g7MySojuEtrnXcQdpENLU6fEe9J5O3j9eX4xI+lUw5YJYaoxTi6kTK3nHOFe50znIjW3wzbh86dBVBhdAWNBBwIDAQAB", "permissions": [ "storage", "offscreen", "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' http:\/\/localhost:* http:\/\/127.0.0.1:*; object-src" }, "host_permissions": [ "<all_urls>" ], "action": { "default_title": "PordaAi", "default_popup": "src\/popup\/popup.html", "type": "module" }, "minimum_chrome_version": "109", "background": { "service_worker": "src\/background.js", "type": "module" }, "icons": { "16": "assets\/pordaai16.jpg", "32": "assets\/pordaai32.jpg", "48": "assets\/pordaai48.jpg", "128": "assets\/pordaai128.png" }, "content_scripts": [ { "js": [ "scripts\/content\/content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "type": "module", "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "src\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] }