Skip shorte.st ads
Automatically skips the ads on http://sh.st/ links immediately.
ما هو Skip shorte.st ads؟
Skip shorte.st ads هو إضافة Chrome تم تطويرها بواسطة anka.213، والميزة الرئيسية لها هي "Automatically skips the ads on http://sh.st/ links immediately.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Skip shorte.st ads
قم بتنزيل ملفات الامتداد Skip shorte.st ads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instantly skips any links on http://sh.st/ and forwards to the actual site. Source code is available at https://github.com/anka-213/chrome-shorte.st-skipper Supported domains: - shorte.st - sh.st - clkmein.com - viid.me - xiw34.com - corneey.com - gestyy.com - cllkme.com - festyy.com - destyy.com - ceesty.com
معلومات أساسية عن التمديد
الاسم | Skip shorte.st ads |
ID | bhgkdnnlhmefhnkfilcaaibapeepkfok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok |
الوصف | Automatically skips the ads on http://sh.st/ links immediately. |
حجم الملف | 23.34 KB |
عدد التثبيتات | 13,738 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2020-05-21 |
تاريخ النشر | 2020-05-21 |
تقييم | 3.63/5 مجموع تقييمات 111 |
المطور | anka.213 |
نوع الدفع | free |
موقع الإضافة | https://github.com/anka-213/chrome-shorte.st-skipper |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skip shorte.st ads", "version": "1.1.3", "manifest_version": 2, "description": "Automatically skips the ads on http:\/\/sh.st\/ links immediately.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/sh.st\/*", "https:\/\/sh.st\/*", "http:\/\/clkmein.com\/*", "http:\/\/viid.me\/*", "http:\/\/xiw34.com\/*", "http:\/\/corneey.com\/*", "http:\/\/gestyy.com\/*", "http:\/\/cllkme.com\/*", "http:\/\/festyy.com\/*", "http:\/\/destyy.com\/*", "http:\/\/ceesty.com\/*" ] } |