Buzzfree
Free yourself from hyper-targeted listicles.
Buzzfree란 무엇입니까?
Buzzfree은(는) Dustin Coates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free yourself from hyper-targeted listicles."입니다.
확장 프로그램 스크린샷
Buzzfree 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Maybe you've had enough of lists like "The Top 43 Things Only People from Towns of Less Than 500 but More Than 304 People Will Understand." Buzzfree removes all Buzzfeed links from your Facebook and Twitter feeds. Permissions require access on Facebook and Twitter (both www and non-www) to find and remove links in your feed. Permissions require access to Buzzfeed for future functionality that will redirect you if a link is hidden in a link shortener. This is still in beta. Some links might slip through if wrapped in bit.ly or another shortener. If you notice something coming through or have any feedback, feel free to email [email protected].
확장 프로그램 기본 정보
이름 | |
ID | jbanaelmmihnemigbebcbgfjbgkpmeag |
공식 URL | https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag |
설명 | Free yourself from hyper-targeted listicles. |
파일 크기 | 21.44 KB |
설치 횟수 | 17 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2014-06-25 |
출시 날짜 | 2014-06-25 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Dustin Coates |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dcoates.com/buzzfree |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buzzfree", "description": "Free yourself from hyper-targeted listicles.", "version": "1.1.4", "manifest_version": 2, "author": "Dustin Coates", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.buzzfeed.com\/*", "*:\/\/buzzfeed.com\/*" ], "js": [ "buzzfree.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |