Recenzije za MobiDevTools
MobiDevTools od Francesco De Stefano
Recenzija od Korisnik Firefoxa 18718038
Ocijenjeno s 5 od 5
od Korisnik Firefoxa 18718038, prije 9 mjeseci63 recenzije
- Ocijenjeno s 3 od 5od me, prije 4 sataThe recent update completely broke the functionality. Specifically the inspect element no longer opens the element html within the feed. Which would be ok if you actually read/ see the whole element in the element preview box. If the box at least was readable and not just one line that would be amazing
- I agree with what Byzod wrote in his review:
Please explain the reason for requesting the new permission of access my data on all websites. If it is required for new features, please provide a detailed description of what the new features are and the necessity of requesting this permission.
As it is the new permissions required are questionable.Odgovor programera
objavljeno prije danThank you for your comment. I have already responded to the user you mentioned in their review with a detailed explanation regarding the permission changes. If you have any further questions or concerns, feel free to let me know.
P.S. I kindly suggest taking a moment to reflect before speaking out, as it’s easy to end up looking uninformed. The full source code of the extension is always publicly available for anyone to review. Additionally, Firefox reviewers conduct a thorough, meticulous review of every extension that surpasses 10,000 users to ensure security and compliance. We welcome scrutiny and transparency as part of our commitment to quality and user trust. - Ocijenjeno s 5 od 5od Korisnik Firefoxa 12625425, prije 2 dana
- Ocijenjeno s 1 od 5od Byzod, prije 3 danaFirefox is prompting me that this extension is requesting new permissions: access to my data on all websites.
According to the official description, this permission means that "the extension can read the content of the websites you visit and the data you enter on web pages, including usernames and passwords.
Extensions requesting this permission may: read and write your usernames and passwords through password management services."
Before the update, the extension was already able to modify web pages to achieve all its functions without requiring this permission. Please explain the reason for requesting this new permission. If it is required for new features, please provide a detailed description of what the new features are and the necessity of requesting this permission.
Specifically, for a developer tool extension like this, standard practice is to utilize the dedicated `devtools` APIs for interaction with web pages, or at minimum, the `activeTab` permission, which only grants temporary access to the current tab when the user explicitly activates the extension. Can your extension edit inactive tab?Odgovor programera
objavljeno prije danThank you for your detailed question and for raising important points about extension permissions and security — I appreciate your vigilance.
Regarding the permission to access data on all websites, this is indeed a broad permission and I want to clarify why it is necessary for this add-on’s functionality:
1. Core Functionality Requires Full Page Access:
As a developer tool, the add-on needs to interact with the full DOM and resources on any visited page, including pages not currently active in the browser. This allows features such as the foldable and editable HTML source panel, resource inspection, and network monitoring to function fully and accurately — which cannot be reliably achieved with only activeTab or limited devtools APIs.
2. Why activeTab Is Insufficient:
The activeTab permission grants temporary access only to the currently active tab when the user explicitly activates the extension. However, this add-on supports monitoring and auditing even in inactive tabs to provide seamless inspection across multiple pages — a vital capability for developers and testers working across tabs or on background tasks.
3. No Reading or Storing Sensitive Data:
While permission technically enables reading page content, this add-on does not collect, store, or transmit any personal information or user credentials. All data manipulation is strictly local to the browser session and purely for your development convenience.
4. No Use of Password Manager Interfaces:
We do not interface with password management services or attempt to read or write credentials. The warning text is a generic browser notice for this permission scope, and does not indicate actual behavior by the add-on.
5. Security and Transparency:
The add-on’s source code is fully open and available for review — https://sourceforge.net/projects/mobidevtools/. You and the community are encouraged to audit it to confirm that it operates exactly as described — securely and respectfully.
Thank you again for your thoughtful feedback. Our goal is to provide a powerful developer experience while maintaining transparency and respecting user trust. If you have further questions or suggestions on how we can improve, we are always open to constructive dialogue.
P.S. If you intend to play the expert, please be aware that the extension’s complete source code is always publicly available for download and review. While you may wish to appear an authority, it’s important to understand that this project is a genuine contribution aimed at improving developer efficiency and enhancing the prestige of the Firefox browser. Mozilla’s foundation has rightly made user privacy protection the core principle of its mission—something we fully respect and uphold in this add-on. - Ocijenjeno s 4 od 5od Deo, prije 3 danaOMG IT'S BACK, THANK GOD YAAAAY
it's different tho, I was hoping the eruda button icons would be fixed 😔 is it possible to add an element inspector? 🥺Odgovor programera
objavljeno prije danThank you so much for your excitement — it’s great to have the add-on back for you!
This version is completely rebuilt from scratch to be cleaner, lighter, and free of third-party dependencies. Regarding the Eruda icon, the design has changed, but your feedback about icons is appreciated!
Also, there is now an element inspector panel marked by a “+” icon to help with inspecting DOM elements directly. This feature will be further improved in upcoming updates to make it even more powerful and user-friendly.
We’re always open to suggestions and improvements, so keep them coming! - Ocijenjeno s 4 od 5od Jalads, prije mjesecCould be better if it doesn't automatically closed when the page is reload just like the inspect elements it doesn't automatically close.
Please fix this. - Ocijenjeno s 3 od 5od Vincent9753, prije mjesecBetter than nothing but not really usefull. The network tab is useless. It is empty when the extension starts and the extension will disappear when you reload page. So only lengthy deferred loading will show up. I guess this is the same for js errors.
Source code has no color highlighting (listed as a feature ???) and you can't select parts of text.
Console has no code completion.
So what is left ? You can execute js on the fly and you can browse the content and cut/paste nodes. - Ocijenjeno s 5 od 5od Edward, prije 3 mjesecaThis extension is awesome. I would really appreciate the possibility of editing the html.
- Ocijenjeno s 5 od 5od apat, prije 4 mjesecaIt about 2025 now I found the thing/s as same I do in FF pc version all the year. Tq for absolutely stunning tools to work around.
Odgovor programera
objavljeno prije 4 mjesecaThank you so much for your kind words! I'm really glad you find MobidevTools useful. If you ever have any suggestions or feedback, I'd love to hear them! - Ocijenjeno s 3 od 5od MRJWSS-DEV, prije 4 mjeseca
- Ocijenjeno s 3 od 5od Oleg Drago, prije 4 mjeseca
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14809203, prije 5 mjeseci
- Ocijenjeno s 4 od 5od Vlad, prije 5 mjeseciVery nice add-on. Only one issue, that you can't edit html in realtime throught it
Odgovor programera
objavljeno prije 4 mjesecaAwesome to hear that! I believe the best tools are the ones that just work without fuss. Appreciate your feedback!"- Ocijenjeno s 5 od 5od Korisnik Firefoxa 17465280, prije 7 mjeseci
- Ocijenjeno s 1 od 5od Timo, prije 8 mjeseciDoesnt really help when it gets closed on redirect/reload. The console is empty after the extension is opend again..
Odgovor programera
objavljeno prije 4 mjesecaThanks for pointing that out! I understand how frustrating that can be. I'll look into possible improvements to maintain console data after redirects/reloads. Appreciate your input! - Ocijenjeno s 5 od 5od Korisnik Firefoxa 15004671, prije 8 mjeseci
- Ocijenjeno s 5 od 5od eyeless, prije 8 mjeseci
- Ocijenjeno s 5 od 5od SecurizeMe, prije 8 mjeseci
- Ocijenjeno s 4 od 5od Piper, prije 8 mjeseci
- Ocijenjeno s 4 od 5od 阳光体育生, prije 8 mjeseciThere are such three bugs that greatly affect the experience:
①The set theme, transparency, and duty cycle cannot be inherited to other webpages and are only effective under the current domain name.
②The shortcut buttons do not appear every time a new webpage is opened. Every time a new webpage is opened, it is necessary to find this plugin from the plugin interface again and click on it, which is very troublesome.
③It cannot adapt to the width of the screen, there is content on the right side that is not displayed, and it cannot be scrolled to view. - Ocijenjeno s 5 od 5od Stu, prije 9 mjeseci