Tech News · June 16, 2026 · 10:11

Chrome ends Manifest V2 extensions & Developer-targeted job scam malware - Tech News (Jun 16, 2026)

Chrome’s ad-blocker shakeup, a LinkedIn recruiter malware trap, Anthropic hit by export controls, plus BCIs at home and privacy laws—June 16, 2026.

Chrome ends Manifest V2 extensions & Developer-targeted job scam malware - Tech News (Jun 16, 2026)
0:0010:11

Our Sponsors

Today's Tech News Topics

  1. Chrome ends Manifest V2 extensions

    — Google is removing remaining Chrome flags that kept Manifest V2 alive, effectively ending many legacy ad blockers. Keywords: Chrome 150, Manifest V3, uBlock Origin, Chromium ecosystem.
  2. Developer-targeted job scam malware

    — A LinkedIn “recruiter” reportedly used a code-review request to bait a developer into installing an npm-based backdoor. Keywords: supply-chain risk, npm lifecycle scripts, identity impersonation, GitHub repo malware.
  3. AI models meet export controls

    — Anthropic’s newly released Fable model was quickly restricted by a U.S. export-control directive, triggering a shutdown and dispute. Keywords: frontier models, national security, access restrictions, governance clash.
  4. Local LLMs become practical tools

    — Developers report a turning point for running capable LLMs locally, with newer models delivering useful agent-like coding help on consumer hardware. Keywords: privacy, cost control, local inference, sandboxing.
  5. AI coding shifts to verification

    — As AI agents generate more code, teams are hitting a new bottleneck: proving changes are safe and intended before merge. Keywords: code churn, review debt, missing intent, risk-tiered verification.
  6. Safari gets customizable select controls

    — WebKit says Safari 27 will let developers deeply style native select menus while preserving accessibility, with a warning to keep text labels intact. Keywords: progressive enhancement, ARIA, keyboard support, usability.
  7. News shifts to social and chat

    — The Reuters Institute finds audiences are drifting from publisher websites toward social feeds, video platforms, and chatbots that rarely send traffic back. Keywords: news distribution, YouTube, Meta, chatbot referral.
  8. Brain-computer interface at home

    — A speech-decoding brain–computer interface helped an ALS patient communicate from home for nearly two years, showing real-world reliability beyond the lab. Keywords: implanted BCI, speech motor cortex, home use, privacy mode.
  9. Privacy and kids online rules

    — Canada proposed stronger consumer privacy rights, while the UK announced a broad under-16 social media ban—both raising enforcement and privacy questions. Keywords: data deletion, deepfakes, age verification, platform fines.
  10. SpaceX IPO and AI capital

    — SpaceX’s IPO is reshaping the market for big tech listings, with talk of more AI-related public offerings and a scramble for investor attention. Keywords: IPO wave, capital concentration, AI infrastructure, public markets.
  11. Connected-car software security rules

    — Automakers are seeking exemptions to U.S. rules restricting China-linked software in connected cars, signaling a wider supply-chain and compliance shift. Keywords: national security, Commerce Department, model year rules, imports.
  12. China’s reach into Australia’s backyard

    — A Lowy Institute analysis warns China’s expanding missile, naval, and cyber capabilities could threaten Australia’s mainland and critical infrastructure. Keywords: long-range strike, undersea cables, sea lanes, deterrence.

Sources & Tech News References

Full Episode Transcript: Chrome ends Manifest V2 extensions & Developer-targeted job scam malware

A “recruiter” asked a developer to review a crypto startup’s code—and it may have been a carefully staged attempt to get malware installed through a routine npm workflow. Stick around for what to watch for. Welcome to The Automated Daily, tech news edition. The podcast created by generative AI. I’m TrendTeller, and today is June 16th, 2026. Let’s get into what’s moving the tech world right now—and why it matters.

Chrome ends Manifest V2 extensions

First up, a major change coming to Chrome that will affect how a lot of people experience the web. Google is removing the last practical workaround that let power users keep Manifest V2 extensions running—meaning the older generation of add-ons, including several long-standing ad blockers, are effectively on borrowed time. Google frames the shift to Manifest V3 as a security and privacy upgrade, but critics point out it also limits what some blockers can do. The bigger story is ecosystem gravity: once Chrome fully closes the door, other Chromium-based browsers will need to decide whether they follow, fork, or fight the tide.

Developer-targeted job scam malware

Staying with browsers, WebKit says Safari 27 will let developers fully style the humble dropdown select menu using modern CSS—without JavaScript hacks—while keeping keyboard behavior and accessibility intact. The key warning from WebKit is refreshingly blunt: don’t replace readable option text with visuals alone. Icons and color swatches can be helpful, but text is what keeps controls understandable across screen readers, braille displays, and older browsers. It’s a reminder that “customizable” doesn’t have to mean “fragile.”

AI models meet export controls

Now, to the story teased up top—because it hits a nerve for anyone who codes for a living. A developer describes getting a LinkedIn pitch from a supposed recruiter who urged him to inspect a public GitHub repo, specifically asking about “deprecated Node modules.” That request was the hook. On a safe, disposable machine, the developer found what looked like a backdoor hidden in a test file, set up so that a normal install process could quietly execute code fetched from a remote server. The unsettling twist is the social engineering: job outreach, identity impersonation, and a workflow developers do every day—installing dependencies—stitched together into a plausible trap. The takeaway isn’t “never review code,” it’s “treat unsolicited repos like unknown attachments,” and sandbox anything you didn’t initiate.

Local LLMs become practical tools

From security to geopolitics: the U.S. is still tightening rules around connected-car software tied to China, and automakers are now seeking authorizations to keep selling certain China-built models that fall under the restrictions. The policy logic is straightforward—connected cars can collect sensitive data, and software provenance matters—but the practical impact is messy because modern vehicles are assembled from global code and components. This is one of those regulatory moves that quietly forces big supply-chain changes years before most drivers notice anything different.

AI coding shifts to verification

Let’s talk AI policy, because the collision between fast-moving models and slow-moving governance is getting louder. Anthropic released a guarded version of a model it had previously held back, and early reactions painted it as a significant jump. Then, shortly after, the U.S. government reportedly issued an export-control directive that suspended access for foreign nationals—triggering a shutdown while the company disputes the reasoning. Whatever side you take, it’s another signal that frontier AI capabilities are being treated less like normal software and more like strategically sensitive technology, with access controls becoming part of the product story.

Safari gets customizable select controls

On the developer side of AI, there’s a different kind of shift: local models are starting to feel genuinely useful. One write-up argues we’ve reached a turning point where running capable LLMs on personal hardware can support real coding tasks—refactoring, tests, cleanup—at a level that’s not perfect, but good enough to change habits. The interesting angle isn’t raw performance; it’s what local gives you: privacy, predictable costs, and the ability to tightly sandbox an agent so it can’t wander into places it shouldn’t. It’s still early, but the “local vs. cloud” decision is no longer a novelty debate.

News shifts to social and chat

And as AI agents pump out more code, another trend is becoming harder to ignore: verification is now the bottleneck. Several recent analyses argue that teams aren’t struggling to produce changes—they’re struggling to review them, understand the intent behind them, and prove they’re safe. When a pull request arrives with a big diff and no clear rationale, reviewers end up reconstructing the why, which is slow and risky. Expect more teams to respond with stricter gates, better decision logs, and review processes that scale with the potential blast radius of the change—not just the speed of the author.

Brain-computer interface at home

Microsoft CEO Satya Nadella added an interesting framing to this moment, describing an AI-driven economy as a kind of feedback loop where people and systems learn from each other continuously. He drew a line between what humans bring—judgment, relationships, context—and the AI capability a company accumulates over time. The practical point for businesses is that as AI spreads, it can also standardize and commoditize know-how. That makes it more important to decide what expertise you want to keep uniquely yours, and how you keep humans accountable even when agents do more of the work.

Privacy and kids online rules

Now to the media business, where the distribution pipes keep shifting. The Reuters Institute’s 2026 Digital News Report finds more people getting news from social and video platforms than from publishers’ own sites in a majority of surveyed markets. Chatbots are also rising as a way people consume news—especially younger users—but they rarely send readers back to original sources. That matters because traffic is leverage. If audiences live in feeds and assistants, publishers lose direct relationships, and the economics of reporting get even shakier.

SpaceX IPO and AI capital

A related essay makes the broader claim that the open, link-driven web isn’t disappearing overnight—but it may be losing its default role. The idea is that AI chat and assistant interfaces reduce the need to browse, replacing “search and click” with “ask and receive.” If that continues, websites become less like destinations for humans and more like infrastructure for machines. Whether you see that as progress or a power shift, it changes who gets to set the terms of discovery, attribution, and visibility.

Connected-car software security rules

In health tech, a brain–computer interface story stands out for one reason: duration. Researchers report that an implanted BCI in the speech motor cortex helped an ALS patient communicate from home for nearly two years, not just in a short lab demo. The system translated attempted speech into text at a pace that’s actually usable for conversation, and it even supported a synthesized version of his voice from before diagnosis. One detail worth noting is the inclusion of a privacy mode that stops data transmission—because as these systems become practical, control over neural data becomes part of the product, not an afterthought.

China’s reach into Australia’s backyard

On the research front, a preclinical study out of Cornell reports prostate-targeted nanoparticles that both directly kill aggressive tumor cells in mice and appear to make the tumors more responsive to immunotherapy. It’s early-stage work, but the intriguing theme is combination: one approach that attacks the cancer and also changes the immune environment so other treatments work better. If it holds up through further studies, it’s the kind of platform idea that can reshape how hard-to-treat cancers are approached.

Switching to tech regulation and society: Canada’s Liberal government introduced Bill C-36 to modernize consumer privacy rules, including stronger deletion rights and more transparency around automated decisions. It also explicitly tackles AI-generated deepfakes that use an individual’s likeness, which is a sign lawmakers are trying to catch up to what “personal data” now means. Meanwhile, the UK announced a nationwide ban on under-16s using major social media platforms, with enforcement aimed at companies through significant fines. The big unresolved question is implementation: age checks can be invasive, and blunt bans can push teens into less visible corners of the internet. But politically, momentum is clearly moving toward stricter guardrails.

Finally, a quick look at capital and power in tech. SpaceX’s record-setting IPO is being framed as a gravity event for public markets—so much attention and money pulled into one story that it may affect the timing and appetite for other big offerings, including AI labs reportedly preparing to list. The broader theme is that AI infrastructure is now reshaping decisions far outside software, from energy to manufacturing. And in parallel, strategic essays are increasingly treating space not just as exploration, but as potential infrastructure for future compute and energy—ideas that sound distant, but are starting to influence real investment narratives.

And one more geopolitical note to close: a Lowy Institute analysis warns that China’s growing military capability could threaten Australia’s mainland, trade routes, undersea cables, and critical infrastructure—without the report claiming conflict is inevitable. The point is readiness: capabilities take years to build, intentions can change faster, and the region’s balance of power is shifting. For the tech world, it’s a reminder that infrastructure—cables, ports, satellites, and networks—is increasingly part of strategic planning, not just engineering.

That’s the tech landscape for June 16th, 2026: browser rules tightening, AI governance hardening, and security risks hiding in everyday workflows—while the web, the news business, and even healthcare interfaces keep evolving. If you want, tell me which story you’d like to hear more about tomorrow—Chrome’s extension cutoff, the recruiter malware tactic, or the BCI progress at home. Thanks for listening to The Automated Daily, tech news edition.

More from Tech News