Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Refine", "description": "Remove clutter from online articles to help your students focus on reading, and share to Google Classroom.", "version": "2.0.0", "icons": { "128": "lib\/img\/icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/docentedu.com\/beta\/refine\/*", "https:\/\/insertlearning.com\/v1\/refine\/*" ], "js": [ "redirect.js" ], "run_at": "document_end" } ], "action": { "default_title": "Refine", "default_icon": "lib\/img\/icon.png" }, "permissions": [ "webNavigation", "scripting", "activeTab" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "lib\/fonts\/*" ], "matches": [ "<all_urls>" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiV+ziHuIVjRZQQ7RYhoVkKZvjCXRh\/3qMMptqbALYp3mIWW2MFWcGf\/gCZ\/wOWXcIn7V7MCrCXtxiNXj\/bSWYm9NS8Z5juJBqqUrrZGu050ZlaTW5hA4UyH1QWWQMHZB+7v\/0orh3K0wPsvQZNuMl5AgSQ3NGVlGwqIQWYuUzqhHH\/9zOYdZx5eaHlHsUpmbD8Rg+Bgce4Pxz1MfJr618dtzQw7Zzw5cvYn5Vl4OUoV4cpP6UgmEm2+vb5FkiSHx6WO8fyRiwd02ii13vw3ouihfsAGuLnEppRq5AeaFvHGv9Y\/sFak6ULVVTC3LHAQ3fR9WdNUrHlaGBNNq6N0KSQIDAQAB" }