NoPremium.pl

NoPremium.pl native extension

NoPremium.plคืออะไร?

NoPremium.pl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nopremium.pl และคุณลักษณะหลักของมันคือ "NoPremium.pl native extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoPremium.pl

ดาวน์โหลดไฟล์ส่วนขยาย NoPremium.pl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Polish / english version.

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

* instant access to account refill, search and files download
* automatic detection of supported links on all pages
* mark the links and click the right mouse button and select "Download with NoPremium.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 NoPremium.pl" button will appears to download the file with one click
* IMMEDIATE NOTIFICATIONS ABOUT PROMOTIONS


Plugin is still in development stage. 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 detecting supported hostings links on current website. No data is gathered whatsoever.
- "access to activities concerning tabs and page views" - when NoPremium.pl 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 - fix revalidation issue after changing password in web service
0.16.0 - 4 hostings added
0.15.0 - 10 hostings added
0.14.0 - 10 hostings added
0.13.3 - download from YouTube fixed
0.13.2 - direct download from hosting page fixed
0.13.1 - disallowed extension feature fixed
0.13.0 - first public version

Kindly send all bug reports to [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NoPremium.pl NoPremium.pl
ID kfjkakeeljjehllbdjjamgabdjpmdogc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nopremiumpl/kfjkakeeljjehllbdjjamgabdjpmdogc
คำอธิบาย NoPremium.pl native extension
ขนาดไฟล์ 1.44 MB
จำนวนการติดตั้ง 3,137
เวอร์ชันปัจจุบัน 1.3.6
อัปเดตครั้งล่าสุด 2022-06-08
วันที่เผยแพร่ 2017-09-29
คะแนน 4.13/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://www.nopremium.pl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nopremium.pl/
ภาษาที่รองรับ 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\/*"
    ]
}