999.md Plus
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
什麼是999.md Plus?
999.md Plus是由anjas開發的Chrome擴展程式,該擴展的主要功能是“Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.”。
擴展截圖
下載999.md Plus擴展crx文件
下載999.md Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
擴展基本資訊
名稱 | 999.md Plus |
ID | feighcddcaljbkbbokjjifkehpojcalj |
官方網址 | https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj |
簡介 | Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи. |
檔案大小 | 41.07 KB |
安裝次數 | 52 |
目前版本 | 1.0 |
更新時間 | 2014-10-02 |
上架時間 | 2014-10-02 |
評分 | 4.00/5 共 12 次評分 |
開發者 | anjas |
付費類型 | free |
支援的語言 | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "999.md Plus", "manifest_version": 2, "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/999.md\/*", "https:\/\/999.md\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/999.md\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |