LocalCDN

Protects you against tracking through CDNs (Content Delivery Networks) by redirecting to local resources.

LocalCDN란 무엇입니까?

LocalCDN은(는) Emanuel Bennici에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protects you against tracking through CDNs (Content Delivery Networks) by redirecting to local resources."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

LocalCDN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        NOTE: This is the UNOFFICIAL publication of the Extension.
For more informations please checkout:  https://gitlab.com/nobody42/localcdn/-/issues/2


LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required.

Differences between LocalCDN and Decentraleyes
=========================================
LocalCDN contains a big collection of frameworks and useful functions.

- New: Sync extension settings with Firefox Sync or own server
- Includes Rocket Loader, Findify, Vue.js, page.js, lozad, AngularJS, Bootstrap, Google Material Icons, React, Vue, Chart.js and much more. The list will be continuously updated.
- Includes Font Awesome in different version (v3.x, v4.x, v5.x)
- Prepared rules for uBlock Origin/uMatrix/AdGuard and notifications if rule changes are necessary
- Removes integrity/crossorigin attributes to replace more frameworks

Adds protection from
=========================================
- Font Awesome (3.x, 4.x, 5.x)
- jQuery up to 3.5.1
- Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN)
- Bootstrap JavaScript (Delivered by StackPath, NetDNA and MaxCDN)
- AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch
- ...and more (100 different frameworks in various versions in total!)

Source code
==========
https://codeberg.org/nobody/LocalCDN

Would you like to see other CDN or versions (e.g. jQuery or Bootstrap) integrated? Feel free to open an issue or pull request.

Donations are possible. The possibilities for donations can be displayed in the extension. (Reduces traffic and prevents your IP from being listed in the server logs. Therefore a small offline help page is also integrated.)

For clarification: This extension doesn't create an external connection by itself. LocalCDN contains these frameworks/libraries in add-on storage. This is the reason why the size of LocalCDN is 10 MB. There is also a donation page and a short FAQ page inside the extension. There are only external connections in the form of hyperlinks that the user must actively click on. This includes, for example, the test page or the translation platform "Weblate". All links are marked.

---

This add-on is a fork of https://git.synz.io/Synzvato/decentraleyes                    

확장 프로그램 기본 정보

이름 LocalCDN LocalCDN
ID njdfdhgcmkocbgbhcioffdbicglldapd
공식 URL https://chromewebstore.google.com/detail/localcdn/njdfdhgcmkocbgbhcioffdbicglldapd
설명 Protects you against tracking through CDNs (Content Delivery Networks) by redirecting to local resources.
파일 크기 22.5 MB
설치 횟수 27,455
현재 버전 2.6.64
최근 업데이트 2024-03-01
출시 날짜 2020-07-05
평점 4.38/5 총 42 개의 평점
개발자 Emanuel Bennici
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://codeberg.org/nobody/LocalCDN
도움말 페이지 URL https://codeberg.org/nobody/LocalCDN/issues
개인정보 보호 정책 페이지 URL https://www.localcdn.org/privacy/extension
지원되는 언어 id,de,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,te,kn-IN,ml,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LocalCDN",
    "version": "2.6.64",
    "browser_specific_settings": {
        "gecko": {
            "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
            "strict_min_version": "113.0"
        },
        "gecko_android": {
            "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
            "strict_min_version": "120.0"
        }
    },
    "author": "nobody",
    "default_locale": "en_US",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "privacy",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "pages\/background\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/action\/default\/icon16-default.png",
            "18": "icons\/action\/default\/icon18-default.png",
            "19": "icons\/action\/default\/icon19-default.png",
            "32": "icons\/action\/default\/icon32-default.png",
            "36": "icons\/action\/default\/icon36-default.png",
            "38": "icons\/action\/default\/icon38-default.png",
            "64": "icons\/action\/default\/icon64-default.png"
        },
        "default_popup": "pages\/popup\/popup.html",
        "browser_style": false
    },
    "options_ui": {
        "page": "pages\/options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "resources\/*"
    ],
    "content_security_policy": "default-src 'self'; img-src 'self' data:",
    "commands": {
        "_execute_browser_action": []
    }
}