Starting analysis...
https://github.com/FakeFiller/fake-filler-extension/wiki/Keyboard-Shortcuts | http://momentjs.com/docs/#/displaying/format/ | |
http://fent.github.io/randexp.js/ | http://www.w3.org/2000/svg | |
https://mths.be/cssesc | http://momentjs.com/guides/#/warnings/define-locale/ | |
http://momentjs.com/guides/#/warnings/js-date/ | http://momentjs.com/guides/#/warnings/min-max/ | |
http://momentjs.com/guides/#/warnings/add-inverted-param/ | http://momentjs.com/guides/#/warnings/zone/ | |
http://momentjs.com/guides/#/warnings/dst-shifted/ | https://github.com/uuidjs/uuid#getrandomvalues-not-supported | |
http://www.apache.org/licenses/LICENSE-2.0 | https://securetoken.google.com/ | |
https://reactjs.org/docs/error-decoder.html?invariant= | http://www.w3.org/1999/xlink | |
http://www.w3.org/XML/1998/namespace | http://www.w3.org/1998/Math/MathML | |
http://www.w3.org/1999/xhtml | https://bit.ly/3cXEKWf | |
http://fb.me/use-check-prop-types | https://github.com/FakeFiller/fake-filler-extension/pull/131 | |
https://fakefiller.com | https://github.com/FakeFiller/fake-filler-extension/pull/113 | |
https://github.com/FakeFiller/fake-filler-extension/pull/102 | https://github.com/FakeFiller/fake-filler-extension/pull/71 | |
https://github.com/FakeFiller/fake-filler-extension/pull/66 | https://github.com/FakeFiller/fake-filler-extension/pull/54 | |
https://github.com/rowthan | https://github.com/FakeFiller/fake-filler-extension/pull/33 | |
https://github.com/FakeFiller/fake-filler-extension/pull/25 | https://github.com/FakeFiller/fake-filler-extension/pull/11 | |
https://github.com/FakeFiller/fake-filler-extension/pull/18 | https://github.com/FakeFiller/fake-filler-extension/pull/20 | |
https://github.com/FakeFiller/fake-filler-extension/pull/10 | https://github.com/FakeFiller/fake-filler-extension/pull/5 | |
https://github.com/focus-trap/tabbable/blob/master/LICENSE | https://fakefiller.com/#pricing | |
https://github.com/FakeFiller/fake-filler-extension/wiki/Customization-using-Custom-Fields-and-Profiles | https://fakefiller.com/privacy | |
http://fakefiller.com/account/ | https://github.com/FakeFiller/fake-filler-extension/wiki | |
https://github.com/FakeFiller/fake-filler-extension/issues | https://redux.js.org/Errors?code= | |
https://clients2.google.com/service/update2/crx |
{ "name": "Fake Filler", "icons": { "16": "images/icon-16.png", "32": "images/icon-32.png", "48": "images/icon-48.png", "64": "images/icon-64.png", "96": "images/icon-96.png", "128": "images/icon-128.png" }, "action": { "default_icon": { "16": "images/icon-16.png", "32": "images/icon-32.png", "48": "images/icon-48.png", "64": "images/icon-64.png", "96": "images/icon-96.png", "128": "images/icon-128.png" }, "default_title": "Fill All Inputs with Dummy Data" }, "version": "4.1.0", "commands": { "fill_this_form": { "description": "Fill this form" }, "fill_all_inputs": { "description": "Fill all inputs" }, "fill_this_input": { "description": "Fill this input" } }, "background": { "type": "module", "service_worker": "src/service-worker.js" }, "options_ui": { "page": "index.html", "open_in_tab": true }, "short_name": "Fake Filler", "update_url": "https://clients2.google.com/service/update2/crx", "description": "A form filler that fills all inputs on a page with fake/dummy data.", "permissions": [ "contextMenus", "activeTab", "storage", "scripting" ], "default_locale": "en", "content_scripts": [ { "js": [ "src/content-script.js" ], "matches": [ "<all_urls>" ], "all_frames": true } ], "manifest_version": 3 }