Starting analysis...
https://clients2.google.com/service/update2/crx | https://developer.chrome.com/docs/extensions/develop/migrate/to-service-workers#keep_a_service_worker_alive_continuously | |
https://chromewebstore.google.com/detail/bookmarklet-url/lnldegfbcpbaloalllolfjbekjkjieom | https://www.google.com/#bmlet=javascript%3Adocument.write | |
https://www.google.com/#bmlet=javascript%3Awindow.location.href%3D%22https%3A%2F%2Fwww.microsoft.com%22&bmlet-2=javascript%3A%28function%28%29%7Bdocument.documentElement.style.transitionDuration%3D%2260s%22%3Bdocument.documentElement.style.transitionTimingFunction%3D%22ease-in%22%3Bdocument.documentElement.style.transform%3D%22rotate%28360000deg%29%22%3B%7D%28%29%29%3B&bmlet-2-delay-ms=5000 | https://www.google.com/?bmlet=javascript%3Adocument.write | |
https://www.google.com/?bmlet=javascript%3Awindow.location.href%3D%22https%3A%2F%2Fwww.microsoft.com%22&bmlet-2=javascript%3A%28function%28%29%7Bdocument.documentElement.style.transitionDuration%3D%2260s%22%3Bdocument.documentElement.style.transitionTimingFunction%3D%22ease-in%22%3Bdocument.documentElement.style.transform%3D%22rotate%28360000deg%29%22%3B%7D%28%29%29%3B&bmlet-2-delay-ms=5000 | https://github.com/legend7278/Bookmarklets |
{ "name": "Bookmarklet URL", "icons": { "128": "bookmark.png" }, "version": "1.0.8", "background": { "service_worker": "service_worker.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "short_name": "BMlet URL", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Hint execution of your bookmarklets", "permissions": [ "activeTab", "bookmarks", "tabs", "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "manifest_version": 3, "content_security_policy": {} }