AI 产品解读Toggle JavaScript on/off per website domain or subdomain with a single click
Allows users to quickly disable JavaScript on specific sites for testing, privacy, security, accessibility assessment, or debugging purposes without affecting other sites
User clicks the extension icon or presses Alt+Shift+Q to toggle JavaScript for the current site's domain. The icon changes to indicate enabled/disabled state. Chrome's contentSettings API applies the setting per-domain. Settings persist via chrome.storage.
One-click JavaScript toggle per domain/subdomain via browser action iconKeyboard shortcut (Alt+Shift+Q) for quick toggleContext menu integration for right-click toggleSupports all URL schemes: domains, subdomains, IP addresses, localhost, and local .html filesPer-site granularity (e.g., disable on google.com but keep enabled on mail.google.com)Options page for managing JavaScript settings
- 目标用户
- Web developers testing graceful degradation and site behavior without JavaScript / SEO specialists simulating how non-JavaScript crawlers view pages / Privacy-focused users blocking JavaScript on untrusted sites / Accessibility testers assessing sites without JavaScript
- Source code is heavily minified (Vue.js + Lodash + core-js bundled), making deep code inspection difficult but also confirming no hidden payment/login logic exists in the readable portions
- Cannot verify the options page UI content directly since it requires runtime rendering of Vue components
付费分析未识别到付费功能
The extension is completely free and open source with no paid features, gated functionality, billing APIs, or payment UI. The Stripe signal is a voluntary donation link (donate.stripe.com) in the store description, not a payment gate for extension features. All 'pro' keyword matches are false positives from minified Vue.js, core-js, and Lodash library code. All 'license' matches are MIT license headers for third-party libraries. No premium/upgrade/subscription keywords found in source.
- 置信度
- 92
- 支付平台
- Stripe
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No authentication, account creation, or login flow exists in the extension. The extension uses only local Chrome APIs (tabs, contentSettings, contextMenus, storage) with no remote service requiring credentials. The 'log in' heuristic flag came from store description text, not code. The 'signin' keyword matches in source are false positives from minified Vue.js/Lodash library internals (e.g., 'composing' property handling).
Really cool and works as it should but it doesn't work in incognito which was what i really needed.
Sehr, sehr gut - endlich kann man Javascript schnell deaktivieren und auch wieder aktivieren. Das ganze bleibt sogar nach einem Reload erhalten (da die Einstellung direkt in der Chrome-Konfiguration vorgenommen wird.) Eine ganz kleine Sache: der Link (nach dem Rechtsklick auf das Icon) führt nicht zur Google Chrome Erweiterungs-Seite, sondern zu GitHub... wäre schön, wenn das geändert werden könnte).
Great Javascript toggle control. Works like a charm.
This makes a web designer/developer's life better. :D
This is a great extension for Chrome. Now it is so easy to enable/disable JS while testing in Chrome. Previously I did these test in Firefox but now I can do testings in my favorite browser!
Been waiting for this for a long time, thank you!
Perfect. Does the job, simple and just as easy as it should be.
This is a great extension, but the colored circle telling you if JS is on or off is impossible to tell apart if your are red/green color deficient. Maybe use a red and green that are more distinct, or make the circle bigger. Or possibly change the colors or allow the user to change the color. Edit: This issue has now been addressed. The status indicator will change position depending upon if JS is on or off.
It doesn't stay "on" when browsing. It can only be used for a site after the site is visited and loaded. Would be nice if it stayed in "disable" mode as browsing to new links occurs.
For many people this is a long-awaited extension - thank you! My only suggestion would be to consider moving it to somewhere within Developer Tools, as my toolbar is getting far too cluttered. Does the extension API permit that?