Version 166.0 View in Chrome Web Store
| http://www.gnu.org/licenses/ | https://github.com/Psychosynthesis/Eraser/blob/main/src/chrome/background.js | |
| https://chromewebstore.google.com/ | https://microsoftedge.microsoft.com/addons/ | |
| https://github.com/Psychosynthesis/Eraser/blob/main/src/chrome/common/constants.js | https://github.com/Psychosynthesis/Eraser/blob/main/src/chrome/common/utils.js | |
| https://fsf.org/ | https://www.gnu.org/licenses/ | |
| https://www.gnu.org/licenses/why-not-lgpl.html | https://mathiasbynens.be/ | |
| http://mozilla.org/MPL/2.0/. | https://mths.be/base64 | |
| https://github.com/kodango/Remove-Google-Redirection | https://mathiasbynens.be/notes/javascript-encoding | |
| https://tools.ietf.org/html/rfc3492#section-3.4 | https://pagure.io/liberation-fonts/pull-request/21 | |
| http://scripts.sil.org/OFL | http://fontforge.sourceforge.net | |
| https://pypi.org/project/fonttools/ | https://github.com/liberationfonts/liberation-fonts.git | |
| https://github.com/fontforge/fontforge/releases | https://github.com/AdguardTeam/AdguardFilters | |
| https://github.com/mdn/webextensionsexamples/blob/main/context-menu-copy-link-with-types/clipboard-helper.js | https://mozilla.org/MPL/2.0/. | |
| https://creativecommons.org/licenses/by/4.0/ | https://fontawesome.com/icons/screwdriver-wrench?f=classic&s=solid&pc=%23ffffff&sc=%23FFD43B%2F | |
| https://fontawesome.com/icons/screwdriver-wrench?f=classic&s=solid&pc=%23334155&sc=%23FFD43B%2F | https://fontawesome.com/v5/icons/cog?f=classic&s=solid&sz=lg&pc=%23ffffff&sc=%23ffffff | |
| https://fontawesome.com/v5/icons/cog?f=classic&s=solid&sz=lg&pc=%23334155&sc=%23334155 | https://fontawesome.com/icons/bug?f=classic&s=solid&pc=%23334155&sc=%23334155 | |
| https://fontawesome.com/icons/bug?f=classic&s=solid&pc=%23ffffff&sc=%23ffffff | https://github.com/feathericons/feather/blob/main/icons/sun.svg | |
| https://github.com/feathericons/feather/blob/main/icons/moon.svg | https://clients2.google.com/service/update2/crx | |
| http://www.w3.org/2000/svg | https://fontawesome.com | |
| https://fontawesome.com/license/free | https://www.gnu.org/licenses/> | |
| https://wiki.creativecommons.org/Considerations_for_licensors | https://wiki.creativecommons.org/Considerations_for_licensees | |
| https://creativecommons.org/policies | https://creativecommons.org/ | |
| https://mathiasbynens.be/> | https://github.com/Linkumori | |
| https://linkumori.com/ | https://chromewebstore.google.com/detail/linkumori-urls-cleaner/kcpfnbjlimolkcjllfooaipdpdjmjigg | |
| https://github.com/Linkumori/Linkumori-Extension/ | https://github.com/mdn/webextensions-examples/blob/main/context-menu-copy-link-with-types/clipboard-helper.js | |
| https://github.com/AdguardTeam/AdguardFilters/blob/master/TrackParamFilter/sections/specific.txt | https://github.com/Linkumori/Linkumori-Extension/issues/new | |
| https://github.com/Linkumori/Linkumori-Extension/issues | https://www.gnu.org/licenses/gpl-3.0.en.html | |
| https://beispiel.com | https://docs.github.com/de/site-policy/privacy-policies/github-privacy-statement | |
| https://docs.github.com/de/site-policy/github-terms/github-terms-of-service | https://github.com/Linkumori/Linkumori-Extension | |
| https://docs.github.com/site-policy/privacy-policies/github-privacy-statement#github-search | https://example.com | |
| https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement | https://docs.github.com/en/site-policy/github-terms/github-terms-of-service | |
| https://exemple.com | https://docs.github.com/fr/site-policy/privacy-policies/github-privacy-statement | |
| https://docs.github.com/fr/site-policy/github-terms/github-terms-of-service | https://docs.github.com/ja/site-policy/privacy-policies/github-privacy-statement | |
| https://docs.github.com/ja/site-policy/github-terms/github-terms-of-service | https://docs.github.com/ru/site-policy/privacy-policies/github-privacy-statement | |
| https://docs.github.com/ru/site-policy/github-terms/github-terms-of-service | https://docs.github.com/zh/site-policy/privacy-policies/github-privacy-statement | |
| https://docs.github.com/zh/site-policy/github-terms/github-terms-of-service | https://docs.github.com/zh/site-policy/privacy-policies/github-privacy-statement#github-search |
{ "name": "Linkumori (URLs Cleaner) - formerly Neat URL", "icons": { "48": "icons/default/icon48.png", "96": "icons/default/icon96.png", "128": "icons/default/icon128.png" }, "action": { "default_icon": "icons/default/icon128.png", "default_popup": "panel/panelMenu.html", "default_title": "Linkumori" }, "version": "166.0", "background": { "type": "module", "service_worker": "background.js" }, "options_ui": { "page": "panel/option.html", "open_in_tab": true }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extDescription__", "permissions": [ "storage", "tabs", "declarativeNetRequest", "activeTab", "scripting", "alarms", "unlimitedStorage", "contextMenus", "webNavigation", "webRequest", "downloads" ], "default_locale": "en", "host_permissions": [ "http://*/*", "https://*/*" ], "manifest_version": 3, "minimum_chrome_version": "121.0", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "path": "/rules/rules1.json", "enabled": true }, { "id": "ruleset_2", "path": "rules/rules2.json", "enabled": true }, { "id": "ruleset_3", "path": "rules/rules3.json", "enabled": true }, { "id": "ruleset_4", "path": "rules/rules4.json", "enabled": true }, { "id": "ruleset_5", "path": "rules/rules5.json", "enabled": true }, { "id": "ruleset_6", "path": "rules/rules6.json", "enabled": true }, { "id": "ruleset_7", "path": "rules/rules7.json", "enabled": true }, { "id": "ruleset_8", "path": "rules/rules8.json", "enabled": true }, { "id": "ruleset_9", "path": "rules/rules9.json", "enabled": true }, { "id": "ruleset_10", "path": "rules/rules10.json", "enabled": true }, { "id": "ruleset_11", "path": "rules/rules11.json", "enabled": true }, { "id": "ruleset_12", "path": "rules/rules12.json", "enabled": true }, { "id": "ruleset_13", "path": "rules/rules13.json", "enabled": true }, { "id": "ruleset_14", "path": "rules/rules14.json", "enabled": true }, { "id": "ruleset_15", "path": "rules/rules15.json", "enabled": true }, { "id": "ruleset_16", "path": "rules/rules16.json", "enabled": true }, { "id": "ruleset_17", "path": "rules/rules17.json", "enabled": true }, { "id": "exception", "path": "rules/exception/rules18.json", "enabled": true }, { "id": "ruleset_19", "path": "rules/redirect/rules19.json", "enabled": true }, { "id": "ruleset_20", "path": "rules/redirect/rules20.json", "enabled": true } ] } }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.