AWESOME 9GAG
Make 9gag great again!
AWESOME 9GAG란 무엇입니까?
AWESOME 9GAG은(는) layonez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make 9gag great again!"입니다.
확장 프로그램 스크린샷
AWESOME 9GAG 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hello, dear apache helicopter! This extension will add subscribe button to each user in comment section. Also it adds new navigation elements to post page and highlights OP. It brings back OP to the bottom of the post and finds out if that is @dmin post or not. If OP hasn't commented his post the app will add ANONYMOUS badge to it. Subscribe to good content creators and make them swim in your upvotes.
확장 프로그램 기본 정보
이름 | AWESOME 9GAG |
ID | oodeeahncbhaoblnmlidbhfgnfakelif |
공식 URL | https://chromewebstore.google.com/detail/awesome-9gag/oodeeahncbhaoblnmlidbhfgnfakelif |
설명 | Make 9gag great again! |
파일 크기 | 759 KB |
설치 횟수 | 18 |
현재 버전 | 0.9.2 |
최근 업데이트 | 2016-10-02 |
출시 날짜 | 2016-10-02 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | layonez |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWESOME 9GAG", "version": "0.9.2", "manifest_version": 2, "description": "Make 9gag great again!", "homepage_url": "http:\/\/9gag.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Make 9gag great again!", "default_popup": "popup\/browser_action.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "contentSettings", "notifications", "alarms", "*:\/\/*.9gag.com\/*", "activeTab", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.9gag.com\/*", "*:\/\/9gag.com\/*" ], "js": [ "scripts\/inject.js" ], "run_at": "document_start", "css": [ "css\/mycss.css" ] } ], "web_accessible_resources": [ "icons\/dbutt.gif", "icons\/where.gif", "scripts\/myscript.js", "scripts\/vendors\/jquery\/jquery.min.js" ] } |