VK repost disabler
Disable re-posts on vk.com
什麼是VK repost disabler?
VK repost disabler是由Andrey "Chips" Kuzmin開發的Chrome擴展程式,該擴展的主要功能是“Disable re-posts on vk.com”。
擴展截圖
下載VK repost disabler擴展crx文件
下載VK repost disabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension for hiding all reposts from your feed. Enjoy pure news from friends. 擴展基本資訊
| 名稱 | |
| ID | jkojefcglhgpoeocomgojkiilbhdljac |
| 官方網址 | https://chromewebstore.google.com/detail/vk-repost-disabler/jkojefcglhgpoeocomgojkiilbhdljac |
| 簡介 | Disable re-posts on vk.com |
| 檔案大小 | 104 KB |
| 安裝次數 | 35 |
| 目前版本 | 0.2.3 |
| 更新時間 | 2013-05-08 |
| 上架時間 | 2013-05-07 |
| 評分 | 4.80/5 共 5 次評分 |
| 開發者 | Andrey "Chips" Kuzmin |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "VK repost disabler",
"version": "0.2.3",
"manifest_version": 2,
"description": "Disable re-posts on vk.com",
"icons": {
"16": "vk_disabler16.png",
"48": "vk_disabler48.png",
"128": "vk_disabler128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/vk.com\/feed"
],
"css": [
"style.css"
],
"js": [
"jquery.js",
"script.js"
]
}
]
} | |