Rapideo.pl

Rapideo.pl native extension

Rapideo.pl란 무엇입니까?

Rapideo.pl은(는) https://rapideo.pl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rapideo.pl native extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Rapideo.pl 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Polish / english version.

Native Rapideo.pl extension, making use of our services much easier:

* instant access to account refill, search and files download
* RapiParse - automatic detection of supported links on all pages
* mark the links and click the right mouse button and select "Download with Rapideo.pl" - you will be automatically redirected to the download page
* direct integration with supported web hostings pages - after opening to file hosting page, the "Download with Rapideo.pl" button will appears to download the file with one click
* IMMEDIATE NOTIFICATIONS ABOUT PROMOTIONS


Please send suggestions for new features and report problems to [email protected].

Current version: 1.2.x

* PERMISSIONS *
- "access all Your data in all websites" - needed for RapiParse functionality (detecting supported hostings links on current website). No data is gathered whatsoever.
- "access to activities concerning tabs and page views" - when Rapideo special bonus offer is active You will recieve one-time information displayed in Your current tab.
- "managing Your extensions, apps and themes" - extensions check whether there are some unsupported extensions running, and if - You will see one-time notification.

Changelog
---------

1.2.5 - fixes for download button on hosting websites
1.2.2 - error reporting fixes
1.2.1 - error reporting
1.2.0 - better link parsing system
1.1.0 - extended notifications system, added RapiParse for DarkWarez.pl, minor fixes
1.0.0 - new interface, refreshed plugin mechanics, added settings page, better notifications system, feature consistency with Firefox plugin
0.17.0 - dynamic requests about available hosting sites, minor fixes, preparation for major modifications
0.16.0.1 - fixed revalidation issue after changing password in service
0.16.0 - 4 hostings added
0.15.0 - 10 hostings added
0.14.0 - 15 hostings added
0.13.0 - added hosting sites: dizzcloud, ultramegabit, fileparadox, lunaticfiles, hellupload
0.12.2 - minor fixes
0.12.1 - english language added, notifications and user reauth improved

Kindly send all bug reports to [email protected]                    

확장 프로그램 기본 정보

이름 Rapideo.pl Rapideo.pl
ID elpdjcjlbmambiaahbcjphfdnpclaeec
공식 URL https://chromewebstore.google.com/detail/rapideopl/elpdjcjlbmambiaahbcjphfdnpclaeec
설명 Rapideo.pl native extension
파일 크기 1.42 MB
설치 횟수 4,969
현재 버전 1.3.6
최근 업데이트 2022-06-08
출시 날짜 2017-09-29
평점 4.47/5 총 19 개의 평점
개발자 https://rapideo.pl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.rapideo.pl/?lang=en
도움말 페이지 URL https://www.rapideo.pl/plugins/chrome?lang=en
지원되는 언어 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.3.6",
    "manifest_version": 2,
    "default_locale": "pl",
    "permissions": [
        "",
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/images\/icon_128x128.png",
        "default_popup": "data\/html\/login.html"
    },
    "icons": {
        "16": "data\/images\/icon_16x16.png",
        "32": "data\/images\/icon_32x32.png",
        "48": "data\/images\/icon_48x48.png",
        "128": "data\/images\/icon_128x128.png"
    },
    "background": {
        "page": "data\/html\/background.html"
    },
    "web_accessible_resources": [
        "data\/*"
    ]
}