ekill
Remove unwanted elements from a page quickly!
ekill क्या है?
ekill rhardih द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove unwanted elements from a page quickly!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ekill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to kill any element that is in the way of what you want to see on a given page. As an experimental feature, ekill will hold a grudge, meaning it can also remove elements automatically, by remembering previously targets. Source code available at https://github.com/rhardih/ekill
एक्सटेंशन की मूल जानकारी
नाम | ekill |
ID | lcgdpfaiipaelnpepigdafiogebaeedg |
आधिकारिक URL | https://chromewebstore.google.com/detail/ekill/lcgdpfaiipaelnpepigdafiogebaeedg |
विवरण | Remove unwanted elements from a page quickly! |
फ़ाइल का आकार | 88.56 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.9.0 |
अंतिम अपडेट | 2019-07-12 |
प्रकाशन तिथि | 2019-07-12 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | rhardih |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rhardih/ekill |
सहायता पृष्ठ URL | https://github.com/rhardih/ekill |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ekill", "version": "1.9.0", "description": "Remove unwanted elements from a page quickly!", "manifest_version": 2, "browser_action": { "default_icon": { "16": "skull-and-bones-16.png", "48": "skull-and-bones-48.png", "128": "skull-and-bones-128.png" }, "theme_icons": [ { "light": "skull-and-bones-16-light.png", "dark": "skull-and-bones-16.png", "size": 16 }, { "light": "skull-and-bones-48-light.png", "dark": "skull-and-bones-48.png", "size": 48 } ] }, "options_ui": { "page": "options.html", "open_in_tab": true, "browser_style": false, "chrome_style": false }, "applications": { "gecko": { "id": "{e4326fc5-909b-47e0-a0af-dd3ec180dea5}", "strict_min_version": "42.0" } }, "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "background": { "scripts": [ "js\/testable.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |