tumblr archive
if you posts contain sensitive media, this rep will help you show tumblr archive
tumblr archive란 무엇입니까?
tumblr archive은(는) black.humour에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "if you posts contain sensitive media, this rep will help you show tumblr archive"입니다.
확장 프로그램 스크린샷
tumblr archive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
hi, everyone 展示敏感博客的归档页面,并能下载所有图片 if you use tumblr, and you posts contain sensitive media, the tumblr archive page is not allow open, but this chrome extension (tumblr archive) will help you show tumblr posts archive page or others
확장 프로그램 기본 정보
이름 | tumblr archive |
ID | indeoocihjomdmpplnlhhbejpdjepcbn |
공식 URL | https://chromewebstore.google.com/detail/tumblr-archive/indeoocihjomdmpplnlhhbejpdjepcbn |
설명 | if you posts contain sensitive media, this rep will help you show tumblr archive |
파일 크기 | 638 KB |
설치 횟수 | 301 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2020-07-28 |
출시 날짜 | 2020-06-13 |
개발자 | black.humour |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/plugin-photo-privacy-policy |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tumblr archive", "version": "0.0.4", "manifest_version": 2, "homepage_url": "http:\/\/tuliu.aacc.in\/", "description": "if you posts contain sensitive media, this rep will help you show tumblr archive ", "icons": { "16": "icons\/128.png", "48": "icons\/128.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "tumblr archive" }, "background": { "scripts": [ "dist\/background.entry.js" ] }, "permissions": [ "tabs", "*:\/\/*.tumblr.com\/*", "storage", "notifications", "activeTab" ], "content_scripts": [ { "js": [ "dist\/inject.entry.js" ], "matches": [ "*:\/\/*.tumblr.com\/*" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.tumblr.com\/dashboard\/blog\/*" ], "css": [ "pop\/src\/css\/blog.css" ], "js": [ "dist\/blog.entry.js" ] }, { "matches": [ "https:\/\/www.tumblr.com\/safe-mode*" ], "js": [ "dist\/safemode.entry.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |