Suppress.it
Removes or suppresses content of choice (sports or spoilers?) from webpages and social media.
Suppress.itคืออะไร?
Suppress.it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://suppress.it และคุณลักษณะหลักของมันคือ "Removes or suppresses content of choice (sports or spoilers?) from webpages and social media."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suppress.it
ดาวน์โหลดไฟล์ส่วนขยาย Suppress.it ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Website: http://suppress.it Removes Facebook posts, news articles and content of your choice based on words or phrases. No more nasty tv-series spoilers, celebrity news or whatever you find uninteresting. How it works: Specify any number of words or phrases. SuppressIt finds this content on any webpage. Content is made invisible or semi-transparent depending on what you prefer. Configure SuppressIt to remove certain words/phrases unless they contain other words/phrases. Example: Remove "Paris Hilton", but not "hilton hotel" (as in Hilton Hotels). Configure all websites and/or specific websites. You might want different rules for Facebook and your favorite news site. This also means you can turn off SuppressIt for certain websites. Visit the support forum if you have any questions or suggestions: http://support.suppress.it Thank you for using Suppress.it!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bagaapeoenfknmcjbpkcpngfphnjkjpk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/suppressit/bagaapeoenfknmcjbpkcpngfphnjkjpk |
คำอธิบาย | Removes or suppresses content of choice (sports or spoilers?) from webpages and social media. |
ขนาดไฟล์ | 137 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.517 |
อัปเดตครั้งล่าสุด | 2014-09-09 |
วันที่เผยแพร่ | 2014-09-09 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://suppress.it |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://suppress.it |
URL หน้าช่วยเหลือ | http://support.suppress.it |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Suppress.it", "short_name": "Suppress.it", "description": "Removes or suppresses content of choice (sports or spoilers?) from webpages and social media.", "version": "0.517", "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "19": "img\/icon_19.png", "16": "img\/icon_16.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "\/addons\/*" ], "permissions": [ "storage", "tabs", "background", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "3rdparty\/jquery.2.1.1.min.js", "core.definitions.js", "core.driver.chrome.js", "content\/engine.prototype.js", "background\/core.config.migrate.js", "core.prototype.global.js", "addon.definitions.js", "background\/core.prototype.js", "background\/init.js" ] }, "browser_action": { "default_icon": { "64": "img\/icon_64.png", "16": "img\/icon_16.png", "19": "img\/icon_19.png" }, "default_popup": "popup\/popup.html" }, "options_page": "\/options\/options.html", "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "3rdparty\/jquery.2.1.1.min.js", "core.definitions.js", "core.driver.chrome.js", "core.prototype.global.js", "addon.definitions.js", "content\/engine.prototype.js", "content\/init.js" ] } ] } |