AllDebrid Extension

Extension to easely use Alldebrid in your day to day browsing

Τι είναι το AllDebrid Extension;

Το AllDebrid Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://alldebrid.fr, και η κύρια λειτουργία του είναι "Extension to easely use Alldebrid in your day to day browsing".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AllDebrid Extension

Λήψη αρχείων επέκτασης AllDebrid Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use this extension to integrate Alldebrid services in your daily navigation. 

Features :

- Intercept all hosters links and redirect to Alldebrid
- Quick unlocking of your links with the right-click menu
- Display a top bar on hoster pages to unrestrain link in one-click
- Display a popup on selection to quickly send them to Alldebrid
- One-click local streaming of video links, player configurable
- On-the-fly source unlocking for some streaming websites
- Automatically scan Web-page for valid files by validating them on the Alldebrid service

- Highly configurable, enable and disable features or supported websites as you wish
- Quick process of magnet links and similar

Last changes

v10.8.2
 - Fix : use browser credentials for api auth to avoid duplicate auth token

v10.8.1
 - Fix : disabled some notifications when not usefull
 - Fix : lighter hosts updates, could benefit mobile use
 - Fix : URL to French help page in Streaming section

v10.8.0
 - Feat : base lang data for smooth bootstrap
 - Fix : broken link listing on scan page in some cases 
 - Fix : better flow in privacy setting page
 - Fix: some externals link to help pages

v.10.7.3
- Fix : quick icons sometime displayed incorrectly
- Fix : better folder / redirector handling with increase timeout on the unlocking process
- Fix : progression on magnet processing stage when this stage is not instant in live popup

v.10.7.2
- Cleanup : Remove unused permission from manifest

v.10.7.1
- Feat : Force privacy policies review on extension first startup, as per Google request
- Feat : Completly disable extension functionnalities until privacy policies are reviewed, as per Google request
- Feat : New separated Privacy Policies page for better reading

v.10.7.0
- Bugfix : Quick icons were not display on some webiste with relative URL
- Bugfix : Right-click and hoover link actions are now working on textarea and inputs
- Cleanup : removed some debugging message remaining in the code

v.10.6.3
- Bugfix : quick download action via in-page icon could sometime trigguer multiple downloads
- Bugfix : some privacy settings / user options misbehaviors when tweaking settings
- Bugfix: hide some dev debug messages that were visible

v.10.6.0
- Feat : Language forcing option
- Feat : Pricavy policy and options
- Bugfix : login issue on country change
- Bugfix : page scan options
- Bugfix : stream help link fix
- Bugfix : dupe magnet completion notification fix

v.10.4.1
- Bugfix : Quick icons display is now also behind the scan whitelist, as requested
- Bugfix : download button above video have better placement, can be hidden and auto-hide on fullscreen
- Bugfix : Quick DL icon now trigguer the download in the same tab, avoiding to have empty tab after a successfull download

v10.4.0
- Feature : added quick action icons next to supported links (direct Dl, stream, open on Alldebrid)
- Feature : when file scan is enable, quick icons display link status and add stream icon if file is streamable
- Feature : added button above video to quickly send to Alldebrid
- Feature : added a whitelist option for the file scan feature
- Feature : added direct DL links and "Download all" button to the Files tab

- Buxfix : magnet notification work again
- Bugfix: magnet notification click on Firefox now open the links on Alldebrid                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AllDebrid Extension AllDebrid Extension
ID mdjbgnpehbhpibonmjjjbjaoechnlcaf
Επίσημο URL https://chromewebstore.google.com/detail/alldebrid-extension/mdjbgnpehbhpibonmjjjbjaoechnlcaf
Περιγραφή Extension to easely use Alldebrid in your day to day browsing
Μέγεθος Αρχείου 6.52 MB
Αριθμός Εγκαταστάσεων 50,393
Τρέχουσα Έκδοση 10.8.2
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2020-04-08
Αξιολόγηση 3.98/5 Συνολικά 165 Αξιολογήσεις
Προγραμματιστής https://alldebrid.fr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://alldebrid.com
Διεύθυνση URL της Σελίδας Βοήθειας https://alldebrid.com/extensions/?platform=addon
URL της Σελίδας Πολιτικής Απορρήτου https://alldebrid.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,tr,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_Ext_Name__",
    "version": "10.8.2",
    "default_locale": "en",
    "description": "__MSG_Ext_Description__",
    "icons": {
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_Ext_Name__"
    },
    "background": {
        "page": "main.html"
    },
    "permissions": [
        "",
        "tabs",
        "notifications",
        "contextMenus",
        "webRequest",
        "webNavigation",
        "storage",
        "nativeMessaging"
    ],
    "web_accessible_resources": [
        "img\/*",
        "content-scripts\/*",
        "web-scripts\/*",
        "popup\/*",
        "webfonts\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "60.0"
        }
    }
}